body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#999999;
}
#horizon {
   top: 0px;
   left: 0px;
   width: 100%;
   margin-top: 0px;
   text-align: center;
   min-width: 800px; 
}
	  
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 800px;
	height: 600px;
	margin: 0px auto;
	/* border: 1px solid #555; */
}

div.main_con {
	width: 800px;
}
div.left_side {
	position: absolute;
	left: 0px;
	width: 199px;
	z-index:5;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
div.main_area {
	position: absolute;
	left: 200px;
	width: 600px;
	height: 572px;
	z-index:1;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
}
div.menu {
	position: absolute;
	left: 200px;
	width: 600px;
	top: 573px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}
div.top_link {
	background-color: #A90232;
	width: 50px;
	text-align: center;
	padding: 3px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E9C86A;
}
div.top_link a{
	color: #E9C86A;
	text-decoration: none;
}
div.top_link a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
