body {
	margin: 0; 
	padding: 0 25px;
	background: #000;
	color: #fff;
}

#container {
	width: 444px;
	margin: 25px auto;	
	text-align: center;
}


h1 {
	text-align: left;
	font-family: Arial;
	font-size: 22px; 
	color: #c32f30;
	text-transform: uppercase;
}


a:link, a:visited {
	color: #c32f30;
	text-decoration:none;
	}

a:hover, a:active {
	color: #666;
	text-decoration:none;
	}

.grey {
		color: #666;
}

a img {
	border:0;
	}

p {
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	margin: 10px 0px; 
}