@charset "UTF-8";
/* CSS Document */

body {
	background-color: #121212;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}



#MainContent{
	width: 100%;
}

#Footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 15px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	background-color: #000000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	font-size: 9px;
	color: #666666;
}

#Copyright{
	width: 46%;
	float: left;
	text-align: left;
}

#Contact{
	width: 46%;
	float: left;
	text-align: right;
}

#Spacer{
	width: 4%;
	float: left;
}
