@charset "utf-8";
/* CSS Document */
#container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:422px;
	background: url(../images/main.jpg);
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	background-position: center;
	background-repeat: no-repeat;
} 


body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.credit {
     font-size:11px;
	 }

