@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

h1 {font-size:18px; color:#CCC; margin-top:0;}

.footer {font-size:11px;}
.footer a:link{color:#999;}
.footer a:active{color:#999;}
.footer a:visited{color:#999;}
.footer a:hover{color:#fff;}