@charset "utf-8";
html, body, #wrapper{
	height: 100%;
	min-height: 100%;
	background-color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} 
a:link {
	color: #F6AF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F6AF00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	font-size: 13px;
}
.style2 {color: #F7B401
}
.style15 {
	font-size: 16px;
	color: #F6B300;
}
.style16 {
	font-size: 16px;
	color: #FAB301;
}
  #content {
    padding: 0px;
	width: 804px;
	background-image:url(images/background.jpg);
	}

	#wrapper {
	background-image:url(images/background.jpg);
    padding: 0px;
	width: 804px;
	height: 100%; 
	display: table;
	}
