@charset "utf-8";
* {
	margin: auto;
}
body {
	color: #FFFFFF;
	font-size: 18px;
	background-image: url(../../images/background.jpg);
	text-align: center;
	background-repeat: repeat-x;
	background-color: #000000;
	height: 100%;
	width: 100%;
	margin-top: 15px;
	margin-left: 0px;
}
#wrapper {
	text-align: center;
}



.main {
	font-size: 18px;
	background-color: #000000;
	text-align: center;
	width: 1075px;
	padding-top: 15px;
}
.main a {
	font-size: 24px;
	font-weight: bold;
	color: #0099CC;
}
.main a:hover {
	font-size: 24px;
	font-weight: bold;
	color: #009900;
}
