@charset "utf-8";
body {
	background-color: #1d1d1d;
	background-repeat: repeat-x;
	background-image: url(images/mainbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12pt;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

#logobgDiv {
	position: absolute;
	height: 431px;
	width: 766px;
	left: 0px;
	top: 0px;
}
