body {
	background-color: #000;
	font-family: arial, helvetica, sans-serif;
	background-image: url(bg_body.jpg);
}

#container {
	width: 800px;
	background-color: #000;
	margin: 0 auto 0;
	height: 800px;
	border: 1px solid #333;
}

h1 {
	color: #fff;
	text-align: center;	
	font-weight: normal;
	font-size: 3em;
	letter-spacing: 1px;
}

h2 {
	color: #fff;
	text-align: center;
	font-weight: normal;	
	letter-spacing: 1px;
}

p {
	color: #ccc;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 1px;	
	line-spacing: 2em;
}

a:link {
	color: #6d00ff;
	text-decoration: none;	
}

a:visited {
	color: #6d00ff;	
	text-decoration: none;
}

.blurb p{
	color: #f0f;	
}

