.main-2 {
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
body,td,th {
	font-family: Courier;
	font-size: 12px;
	color: #FFF;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #6CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6CF;

}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.main {
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	width: 1024px;
}

