* {
	margin:0;padding:0;border:0;
}
body {
	background:#000;
	color:#87cac3;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width:500px;
	margin:0 auto;
	text-align:center;
}
h1 {
	width:500px;
	height:188px;
	background:url(/images/createawe.jpg) no-repeat;
}
h1 span {
	display:none;
}
h2 {
	font-size:20px;	
}
p {
	margin:10px 0;
	line-height:20px;
}
a {
	text-decoration:none;
	color:#87cac3;
	padding:5px;
}
a:hover {
	background:#87cac3;
	color:#000;
}
