@charset "utf-8";
body {
	background-color: #000000;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.maintable {
	background-image: url(images/bg.png);
	height: 600px;
	width: 800px;
}

.logo {
	height: 200px;
	vertical-align: bottom;
}

.top {
	height: 100px;
}

.buttons {
	height: 120px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #097A03;
	font-size: 18px;
	height: 180px;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #097803;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

