body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: #e7e7e7;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-align: center;
}

h1 {
	letter-spacing: 0.4em;
	text-transform: lowercase;	
	font-weight: normal;
	color: #854;
}
#flash {
	margin: 2em auto;
	width: 1024px;
}

p {
	width: 500px;
	margin: 0 auto 1.4em auto;
}

.slogan, address {
	color: #a87;
}


