body {
	margin:0px;
	background-color:#0a0a0a;
}
#main {
	background-color:#000000;
	border-left: 1px solid #323131;
	border-right: 1px solid #323131;
	border-bottom: 1px solid #323131;
	height: 1024px;
	width: 1024px;
	min-height:1024px;
	max-height:1024px;
   	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -505px;
}

#bgtop {
	background-color:#000000;
	height: 300px;
	width: 1024px;
   	position: absolute;
	top: 0px;
}
#bgbot {
	background-color:#000000;
	height: 547px;
	width: 1024px;
   	position: absolute;
	bottom: 0px;
}

#content {
	height: 600px;
	width: 855px;
	min-height:600px;
	max-height:600px;
   	position: absolute;
	top: 355px;
	margin-left:85px;
	overflow:auto;
	padding: 1px;
	text-align: left;
}

a:link {text-decoration:none}
a:link:visited {text-decoration:none}
