body {
	margin: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
}
.tdMainBG {
	background-attachment: scroll;
	background-image: url(mainbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mainTable {
	height: 500px;
	width: 100%;
}
.sidetile {
	background-attachment: scroll;
	background-image: url(sidetile.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.mainbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	background-color: #000000;
	margin: 0px;

}

.contentbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	background-color: transparent
	margin: 0px;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
