body {
	background:#020633 url('images/CPP_Background.jpg') no-repeat fixed center top;
	color:#fff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:16px;
	text-align:center;
	}

#wrapper {
	text-align:center;
	width:1000px;
	height:640px;
	margin:0px auto 0px auto;
	border:1px solid #999;
	}

#logo {
	float:left;
	text-align:left;
	width:456px;
	height:81px;
	margin:10px auto auto 10px;
	padding:0;
	background: url('images/CPP_Logo.png') no-repeat center top;
}

#right-top {
	float:right;
	text-align:center;
	width:456px;
	height:81px;
	line-height:30px;
	margin:10px 10px auto;
	padding:0;
	/*border:1px solid #999;*/

}

#hosts {
	background: url('images/CPP_Crew.png') no-repeat center top;
	float:center;
	text-align:center;
	width:466px;
	height:322px;
	margin: 90px auto;
	padding:0px;
	
}


#content {
	color:#333;
	float:left;
	text-align:left;
	width:600px;
	min-height:300px;
	margin:10px 0;
	padding:5px;
	/* border:2px solid #BA9; */
	opacity: .7;
	background:#fff;
}
	
#footer {
	float:left;
	bottom:0;
	position:absolute;
	width:900px;
	padding:0px;
	/* border:1px solid #999; */
	font-size:12px;
}
	
	

	