@charset "utf-8";
body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: center top;
}
div#wrapper {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/main.jpg);
	height: 650px;
}
div#times {
	font-size: 12px;
	position: absolute;
	top: 234px;
	left: 710px;
	line-height: 22px;
	text-align: left;
}
div#left {
	color: #ad88c1;
}
div#right {
	color: #fffefe;
	position: absolute;
	top: 0px;
	left: 102px;
	width: 100px;
}
div#footer {
	color: #424242;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	width: 984px;
	text-align: left;
}
a#mail {
	position: absolute;
	top: 583px;
	display: block;
	right: 5px;
	text-decoration: none;
	height: 18px;
	width: 212px;
}


div#footerRight {
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
}
div#footerRight a {
	color: #424242;
	text-decoration: none;
}
div#footerRight a:hover {
	text-decoration: underline;
	color: #fffefe;
}
