@CHARSET "ISO-8859-1";

body {
	background: #000000 url(../images/site_bg.jpg) no-repeat fixed center top;
	padding: 0px;
	z-index: 1;
	margin: 0px;
	font: normal normal 12px Georgia, "Times New Roman", Times, serif;
	color: #3F3F3F;
}

.mainText {
	font: normal bold 24px Tahoma, Arial, Helvetica, sans serif;
	color: #ffffff;
}

#container {
	width: 950px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	text-align: center;
}

