html, body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url('../images/bg.jpg') repeat-y center;
}
table, tr, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
table.custom tr td {
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid white;
	border-: 1px solid white;
}
a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
div.background {
	margin-left: auto;
	margin-right: auto;
	width:785px;
	text-align: left;
}
div.container {
	margin-left: 17px;
	margin-right: auto;
	width:749px;
	text-align: left;
}
div.container div.header {
	width:749px;
	height:149px;
	text-align:left;
	background-image: url('../images/banner.jpg');
}
div.container div.menu {
	height:45px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	font-family: Arial, sans-serif;
	font-weight: none;
	font-style: none;
	font-size:17px;
}
div.container div.main {
	width:749px;
	text-align:left;
}

div.stats {
	float:left;
	margin-left:10px;
}

