body,html,h1,h2,h3,h4,p,form,ul,li{ padding:0px; margin:0px; }

body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}

#left{
	width:10px;
	height:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-480px;
	margin-top:-330px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
}

#right{
	width:10px;
	height:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:470px;
	margin-top:-330px;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
}

#container{
	position:absolute;
	top:50%;
	left:50%;
	width:960px;
	height:600px;
	margin-left:-480px;
	margin-top:-300px;
}

#logo{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-129px;
	width:258px;
	height:90px;
}

#text{
	position:absolute;
	top:105px;
	left:0px;
	width:870px;
	text-align:center;
	padding-left:50px;

}

#holder{
	position:absolute;
	top:240px;
	margin-left:60px;
	width:840px;
	height:250px;
}


.site{
	float:left;
	width:180px;
	height:250px;
	margin-left:40px;
}

#banner{
	position:absolute;
	top:520px;
	left:50%;
	margin-left:-226px;
	width:452px;
	height:102px;
}	

h1{
	font-size:13px;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
}

p{
	margin:0px;
	padding:0px;
	margin-bottom:8px;
}

#registernow{
	position:absolute;
	top:-20px;
	left:-20px;
	width:150px;
	height:140px;
	z-index:100;
}

#topbar{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:24px;
	background-color:#ED1B24;
	border-bottom:solid 1px #FFFFFF;
	z-index:200;
}

#topbartext{
	height:24px;
	line-height:24px;
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:0px;
	color:#FFFFFF;
}

#topbartext a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

#topbartext a:hover{
	color:#000000;
	text-decoration:none;
}