.maintable {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border: 10px none #660000;
}
body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
.table2 {
	border: thin solid #999999;
}
