body {
	margin: 0;
	padding: 60px 0 0;
	text-align: center;
	background-color: #111111;
}

a {
	color: #6677be;
	text-decoration: none;
}

a:visited {
	color: #314289;
}

a:hover {
	text-decoration: underline;
}

.glow {
	width: 924px;
	height: 504px;
	margin: 0 auto;
	background: #000000 url('/images/bg.jpg') no-repeat;
}

.main {
	width: 918px;
	height: 498px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 3px;
	top: 3px;
	text-align: left;
	vertical-align: middle;
}

#home {
	background: #000000 url('/images/home-bg.jpg') no-repeat;
}

.homeContent {
	position: relative;
	left: 25px;
	top: 20px;
	width: 886px;
}

.text {
	font-family: Courier, "Courier New", san-serif;
	color: #FFFFFF;
}

.small {
	font-size: 15px;
}

.tiny {
	font-size: 12px;
}

.center {
	text-align: center;
}

.overlay {
	background:transparent url(/images/overlay.jpg) no-repeat scroll 0 0;
	float:right;
	height:498px;
	left:0;
	position:relative;
	top:0;
	width:918px;
	z-index:1000;
}