@charset "utf-8";
body {
	background-color: #333333;
	background-image: url(assets/pbg.jpg);
	background-repeat: repeat-x;
	font-family: Calibri, Arial;
	color: #666666;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #999999;
}


#logoDiv {
	position: absolute;
	height: 125px;
	width: 637px;
	left: 0px;
	top: 244px;
}
