@charset "UTF-8";
/* CSS Document */

body {
	
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(background.jpg) fixed center no-repeat;
	background-color: #000;
}

a {
	
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	
	color: #CCCCCC;
	text-decoration: underline;
	
}
