body {
	background: #0099AF;
	height: 100%;
	font-size : 16px;
	font-family: Arial, sans-serif; 
	color : #FFF;
}

a,
a:visited,
a:hover {
	color: #FFF;
	text-decoration: none;
}

#main-page {
	width: 660px;
	height: 230px;	
	margin: -115px 0 0 -330px;
	top: 50%;
	left: 50%;
	position: absolute;
}
	#main-page h1 {
		height: 64px;
		text-indent:-999999px;
		background: url(/wp-content/themes/taboo/img/logo-start.png) no-repeat 0 0;
	}
	
	#main-page ul {
		margin: 60px 0 0 420px;
		text-transform: lowercase;
	}
		#main-page ul li {
			line-height: 1.2em;
		}
