/* Page */

ul, ul li {
	list-style: none;
}

ul.text {
	margin-bottom: 1em;
	line-height: 1.5em;
}

.text-center {
	text-align: center;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.menu-container {
	position: absolute;
	right: 0px;
	top: 20%;
	width: auto;
}

.clear {
	clear: both;
}