html {
	height: 100%;
	overflow: hidden;
}
body {
	background-color:#000000;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
#top {
	position:relative;
	height:17px;
	padding:6px;
	background-color:#a02013;
}

#top_inside {
	width:761px;
	margin:auto;
}

#top_left {
	position:relative;
	float:left;
	left:0px;
}

#top_right {
	position:relative;
	float:right;
	right:0px;
}

#top,
#top a:link,
#top a:visited,
#top a:hover,
#top a:active {
	color:#ffffff;
	font-size:12px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}