html, body{
	margin: 0px;
	padding: 0px;
}

body{
	text-align: center;

	font-family: sans-serif;
	font-size: 0.9em;

	background-color: #333;
	background-image: none;
}

#contentFrame{

	top: 50%;
	margin-top: -362px;
	height: 725px;

	
	background-color: #707173;
	color: #D9DADB;
}

#content{
	left: 0px;
	top: 450px;
	width: 1024px;

	text-align: center;
}

	#content h1{
		color: #D9DADB;
		font-size: 2em;
		font-weight: normal;
	}

	#content a{
		color: #D9DADB;
		text-decoration: none;
	}

#header{

	position: absolute;
	height: 414px;

	background-image: url('../images/logo.intro.jpg');
	background-position: top;
	background-repeat: no-repeat;

}
