@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
	background-color:#000;
	}

h1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #EBE424;
font-weight:bold;
}

#content {
width:920px;
height:600px;
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
margin:auto;
}
