@charset "utf-8";
/* CSS Document */

html { overflow-y:scroll; } 

body {
	background:url(images/background.jpg);
	background-attachment:fixed;
	background-position: bottom;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
a {
	color:#FFF;
	text-decoration:underline;
}

.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
