body {
	background: black;
	color: rgb(30%, 30%, 30%);
	font-family: century gothic, gill sans, helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	min-width: 900px;
	text-transform: uppercase;
}

a {
	color: rgb(50%, 50%, 50%);
	text-decoration: none;
	-webkit-transition: 0.4s ease-out;
}
a:hover {
	color: white;
}
div#page {
	width: 100%;
	text-align: center;
}
div#container {
	padding: 20px;
	position:relative;
	margin:auto;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
#thumbs{
	margin-top:20px;	
}