/* Includes */
@import url("includes/reset.css");

/* Global Styles */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	background-color: #000;
	color: #666666;
	text-align: center;
}

div#bottom { position: relative; background-color: #0d0d0d; text-align: center;  padding-top: 30px; height: 96px; *height: 126px;}
div#bottom p {padding: 5px 0px; }

div#main {
	position: relative;
	height: 617px;
	background: url('../images/main_bg.jpg') #000 no-repeat bottom;
}
div#second {
	position: relative;
	height: 784px;
	background: url('../images/second_bg.jpg') #000 no-repeat top;
}
div#last {
	position: relative;
	height: 816px;
	background: url('../images/last_bg.jpg') #000 no-repeat center;
}

div#second div.ad {
	width: 300px;
	height: 250px;
	position: absolute; 
	left: 50%;
	top: 95px;
	margin-left: 160px;
}
div#second a {
	width: 590px;
	height: 250px;
	position: absolute; 
	left: 50%;
	top: 95px;
	margin-left: -465px;
	z-index: 0;
}
div#last a {
	display: block;
	width: 945px;
	height: 175px;
	position: absolute;
	left: 50%;
	top: 600px;
	margin-left: -476px;
}

a.bfund {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -475px;
	background: url('../images/bellfund.jpg') no-repeat top;
	display: block;
	width: 40px;
	height: 37px;
}
a.bfund:hover {
	background-position: bottom;
}

a.ctf {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -420px;
	background: url('../images/ctf.jpg') no-repeat top;
	display: block;
	width: 73px;
	height: 40px;
}
a.ctf:hover {
	background-position: bottom;
}

a.whizbang {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: 320px;
	background: url('../images/whizbang.jpg') no-repeat top;
	display: block;
	width: 79px;
	height: 38px;
}
a.whizbang:hover {
	background-position: bottom;
}

a.jam3 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: 420px;
	background: url('../images/jam3.jpg') no-repeat top;
	display: block;
	width: 44px;
	height: 22px;;
}
a.jam3:hover {
	background-position: bottom;
}

a, a:link, a:active { color: #666666; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #555555; }