@charset "utf-8";
/* CSS Document */

body{
	background: #1c1c1c;
	text-decoration:none;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size:11px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
	visibility: 50%;
}
#cont {
	width:815px;
	font-family: Verdana;
	font-size:11px;

	
}
#top {
	margin:0;
	height:135px;
	width:817px;
}
.floatleft {
	position:relative;
	float:left;
	width:660px;
	margin-top:2px;
	margin-bottom:2px;
	overflow:visible;
	text-align:left;
	padding : 0;
	background:#0c0c0c;
}
.contover {
	height:650px;
	overflow:auto;
}
.floatright {
	position:relative;
	float:right;
	height:650px;
	width:155px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#393939;
}
#footer {
	position:static;
	width:808px;
	color:#FFF;
	font-family: Verdana;
	font-size:11px;
}