@charset "utf-8";

body {
	background-color: #000;
	font-family: "verdana";
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

img {
	border: 0px;
}

table {
	background-color: #333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.thumbtop {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.text {
	margin-left: auto;
	margin-right: auto;
}

.tdcont {
	height: 17px;
}

.tdinfo	{
	text-align: left;
	padding: 7px;
}

.tdinfo a:link, .tdinfo a:visited, .tdinfo a:active {
	color: #5588aa;
	text-decoration: none;
}

.tdinfo a:hover {
	color: #FFFFFF;
}

.tabs {
	height: 32px;
}

.buttons {
	padding-top: 16px;
	padding-bottom: 11px;
}

.banner {
	padding-top: 7px;
}

.footer { 
	z-index: -1;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	color: #333333;
	text-align: center;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #5588aa;
	text-decoration: none;
}