body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: White;
}

table.main {
	vertical-align: middle;
}

td.copyright {
	background: #B2C629;
	color: #333333;
	font-size: 10px;
	text-align: center;
		
}
a:link {
 color: #FFFFFF;
 text-decoration: none;
}

a:visited {
 text-decoration: none;
 color: #FFFFFF;
}

a:hover {
 text-decoration: none;
 color: #CCCCCC;
}

a:active {
 text-decoration: none;
 color: #FFFFFF;
}