/* CSS index coveri */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
.left {
	float: left;
}
.right {float: right;}

/* footer */
.footer {
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0%;
	width: 955px;
}

.footer a {
	font-size: 11px;
	color: #666;}
.footer a:hover {
	color: #BBB;
	textdecoration: underline;
}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}
.bottom a {
	color: #666666;
	font-size: 11px;
}
.bottom a:hover {color: #fff;}


