@charset "utf-8";
/* CSS Document */

body,html {
margin: 0;
padding: 0;
font: 12px/1.5 arial;
color:#999999;
height:100%;
}
body {
	background: #000000 url(images/main.jpg) center center no-repeat;
	}
img {
	margin:0;
	padding:0;
	border:0;
	}	
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #900900;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#content {
min-height:100%;
_height:100%;
position: relative;
}
#footer {
position: absolute;
bottom: 0;
padding: 10px 0;
width: 100%;
}
#footer h1 {
	font: 10px/2 Arial;
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}