body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #edf8ff;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image:url('../images/bg_logo.gif');
	text-align:center;
	position:absolute;
	height:100%;
	width:100%;
}

td {
	font-size: 11px;
}

div#content {
	position:absolute;
	width:890px;
	height:590px;
	top:50%;
	left:50%;
	text-align:left;
	margin-top:-280px;
	margin-left:-445px;
	border:4px solid #000;
	background-color:#000;
}

div#header_logo{
	padding:0 25px;
	padding-top:5px;
	background: #11181c;
	margin-bottom: 1px;
	height:80px;
	overflow:hidden;
}
div#header_logo img {
	
	}
div #header_nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 35px;
	background-image:url(../images/nav_bg.jpg);
	padding-right:0px;
	padding-top:5px;
	text-align:center;
}

div #main {
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	height: 409px;
	position:relative;
}

div #sub_footer {
	padding:10px 00px; 
	text-align:center;
	height: 35px;
	background: #11181c;
}

#footer{
	margin-top: 20px;
	text-align:center;
	font-size: 10px;
	color: #edf8ff;
	height:40px;
	width:400px;
	left:50%;
	margin-left:-200px;
	position:absolute;
	top:50%;
	margin-top:335px;
}

#footer a:link, div#footer a:visited {
	color: #EEE;
}
