body {
	background: #080919;
	margin: 0;
	
	color: #FFF;
	font-family: "Trebuchet MS", Helvetica, Arial;
}

.center {
	text-align: center;
}

#sky {
	background: #201D44 no-repeat top center url("../images/bg_header.jpg");
	height: 438px;
	position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	position: relative;
		top: 0;
		right: -86px;
	width: 533px;
}

#header {
	height: 438px;
}

	#header h1 {
		height: 103px;
		margin: 0;
		padding: 82px 0 0 0;
	}
	
	#header h1 a {
		display: block;
		height: 103px;
		
		text-indent: -9999px;
	}
	
#content {
	padding: 60px 0 200px 0;
}

	.item {
		background: no-repeat bottom center url("../images/div_glow.jpg");
		padding-bottom: 54px;
		width: 100%;
	}
	
	.item h2 {
		margin: 0 0 1em 0;
		padding: 0;
		
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 25px;
		font-weight: normal;
	}

	.item p {
		margin: 1em 0 1em 24px;
		
		font-size: 12px;
		line-height: 22px;
	}
	
#footer {
	font-size: 10px;
	text-align: center;
}

	#footer img {
		padding: 20px 0;
	}
	
	#footer p {
		margin: 40px 0 0 0;
		padding: 0;
	}
