body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#container {
	background-color: #000000;
	width: 100%;
	margin-top: 40px;
	color: #CCC;
}
#maincontainer  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(HTML/images/bkgMain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 205px;
}
#maincontainer #center {
	margin-left: 220px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 30px;
}
#center table tr td {
	text-align: center;
}
#footer {
	text-align: center;
	color: #999999;
	font-size: 10px;
	font-style: oblique;
	padding-top: 15px;
}
#footer a {
	color: #CCFFCC;
	text-decoration: none;
}

