@charset "UTF-8";

html, body{
	color:#FFF;
}

body {
	background-color:#666;
	min-width:850px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:100;
	margin:0px
}

#wrapper{
	width:500px;	
	margin:0 auto;
	text-align:left;
	
}

#headup{
	margin-top: 200px;
	color:#900;
	font-size:24px;
}

#headdown{
	font-size:24px;
}


#description{
	margin-top:50px;
	
}

#footer{
	font-size:12px;	
	margin-top:60px;
	margin-right:50px;
}

#footer a{
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover{
	color:#999;
	text-decoration:none;
}
