@charset "utf-8";
html, body {
	height: 100%;
	overflow: inherit;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #484848;
	background-image: url(images/ubkgd.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	padding-bottom: 80px;
}
img {
	border: 0;
}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008000;
}
a:hover {
	text-decoration: none;
	color: #008000;
}
a:active {
	text-decoration: none;
	color: #008000;
}
#container {
	position: relative;
	width: 950px;
	min-height:100%;
	background: #000000;
	margin: 0 auto 0 auto;
}
* html #container {
	height:100%;
}
#mainContent {
	margin: 0;
	padding: 20px;
}
#emptySpace {
	height: 250px;
	font-weight: bold;
}
#footer {
	width: 950px;
	height: 80px;
	margin: -80px auto 0 auto;
}
.ads {
	width: 125px;
	color: #FFFFFF;
	font-size: xx-small;
	text-align: center;
	padding-right: 5px;
	padding-top: 5px;
}
.emptyWide {
	width: 640px;
}
.emptyHigh1 {
	height: 100px;
	font-weight: bold;
}
.emptyHigh2 {
	height: 200px;
	font-weight: bold;
}
.legalText {
	color: #666666;
	font-size: xx-small;
	text-align: center;
	padding-top: 5px;
}
.adbanner_hide{
	display:none;
}
.adbanner_show{
	display:block;
}