body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

body, td {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

H1 {
	font-size:16px;
}

H2 {
	font-size:14px;
}

H3 {
	font-size:12px;
}

.maincontent {
	position: relative;
	padding-top:110px;
	width:100%;
	min-width:700px;
}

a {
color:white;
}