body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#FFFFFF;
	background-color:#000000;
}
div#topcontainer {
	position: relative;
	width: 1024px;
	height: 164px;
	margin: 0 auto;
	overflow:hidden;
	background-image: url(../images/top.jpg);
	background-repeat:no-repeat;
	
}
img#logo {
	position: absolute;
	top: 17px;
	left: 153px;
}
p#logotext {
	position: absolute;
	top: 123px;
	left: 153px;
	width: 175px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color:#84FF00;
}
div#toptext {
	position: absolute;
	top: 15px;
	left: 630px;
	width: 250px;
	text-align:right;
	font-size: 12px;
	font-weight: bold;
}
div#toptext p {
	margin: 0;
	padding: 0;
}
div#redbar {
	background-image:url(../images/nav_bar.jpg);
	background-repeat:repeat-x;
	height: 32px;
}
div#topnav {
	width: 747px;
	margin: 0 auto;
	text-align: left;
}
div#maincontainer, div#flashcontainer, div#adcontainer {
	width: 1026px;
	text-align:left;
	margin: 0 auto;
}
div#maincontainer {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	min-height: 664px;
}
* html div#maincontainer {
	height: 664px;
}
div#flashholder {
	float: left;
	position: relative;
}
img#flashleft, img#flashright {
	float: left;
}
div#mainarea {
	width: 736px;
	margin: 0 0 0 145px;
}
div#greenbar {
	background-image:url(../images/greenband.gif);
	background-repeat:repeat-x;
	height: 50px;
	overflow:hidden;
	clear: both;
}
div#xtreme {
	width: 747px;
	margin: 10px auto 0 auto;
	text-align: left;
}
/*Cone*/
div#cone {
	position: absolute;
	top: 110px;
	left: 540px;
}
div#cone2 {
	position: absolute;
	top: 160px;
	left: 580px;
}
div#cone3 {
	position: absolute;
	top: 160px;
	left: 540px;
}
div#cone4 {
	position: absolute;
	top: 160px;
	left: 540px;
}
div#conetext {
	position: absolute;
	/*top: 35px;
	left: 480px;
	width: 230px;*/
	top: 8px;
	left: 450px;
	width: 260px;
}
div#conetext p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
