body {
			
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ccc;
	
}

#content { 	
	
	position:absolute;
	height:422px; 
	width:761px;
	margin:-212px 0px 0px -385px;
	top: 50%; 
	left: 50%;
	text-align: left;
	overflow: visible;
	
}

h1, h2, h3 {
	
	color: #fff;
	
}

h1 {
	
	margin-bottom: 0;
	padding-bottom: 3px;
	
}

p {
	
	color: #ccc;
	
}
