@charset "utf-8";
/* CSS Document */
html,body{height:100%}

body{
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:0; padding:0;
}
a{outline:none}
a:link, a:visited{	
	color:#999;
	font-weight:normal;
	text-decoration:none;
	}
a:hover{color:#FF1F1A;}
#nav {	
	text-align:center;
	height:12px;
	}


