@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	overflow-y:auto;
	background-color:#000;
}

#container {
	width:600px;
	margin:0 auto;
	height:100%;
}

#logo {
	margin-top:100px;
	text-align:center;
}

p {
	color:#FFF;
	text-align:center;
	font-size:13px;
}

h1 {
	color:#d52027;
	text-align:center;
	font-size:13px;
}

a {
	color:#C00;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#999;
}

#link {
	text-align:center;
	margin-top:-20px;
}