#container {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}
* html #container {
	height: 100%;
}
body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	a:link {
	color:#09F;
	text-decoration:none;
	text-underline:none;
	}
	a:hover {
	color:#6CF;
	text-decoration:none;
	text-underline:none;
	}
	a:visited {
	color:#09F;
	text-decoration:none;
	text-underline:none;
	}
.top {
	vertical-align: bottom;
	text-align: center;
	height: 25pt;
	font-weight: 700;
	background-color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
	.top a:link {
	color:white;
	text-decoration:none;
	text-underline:none;
	}
	.top a:visited {
	color:white;
	text-decoration:none;
	text-underline:none;
	}
	.top a:hover {
	color:#6CF;
	text-decoration:none;
	text-underline:none;
	}
	.top a:active {
	color:white;
	text-decoration:none;
	text-underline:none;
	}
.header {
	background-color: #666;
	vertical-align: center;
	font-size: 14px;
	color: #FFF;
	height: 25pt;
}
	.header a:link {
	color:white;
	text-decoration:none;
	text-underline:none;
	}
	.header a:visited {
	color:white;
	text-decoration:none;
	text-underline:none;
	}
	.header a:hover {
	color:#6CF;
	text-decoration:none;
	text-underline:none;
	}
	.header a:active {
	color:white;
	text-decoration:none;
	text-underline:none;
	}
#footer {
	width: 100%;
	clear: both;
	height: 60px;
	background-color: #999;
	color: #FFF;
	text-align:center;
	margin: -40px auto 0 auto;
	position: relative;
	padding-top: 10px;
}
#clearfooter {
	display: block;
	height: auto;
}
.bestof {
	font-size: 24px;
	font-weight: bold;
	color: #3A9B85;
}
