html {
	background-image:url(images/bg.jpg);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	font-family:Tahoma;
	font-style:inherit;
	color:rgba(255,254,255,0.480469);
}

h1 {
	position:relative;
	left:-181px;
	margin-bottom:-63px;
	width:140px;
	opacity:0.99;
}

h1 a {
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	display:block;
	padding:41px 10px 10px 0px;
}

h1 a:hover {
}

#menu {
	position:absolute;
	bottom:20px;
	left:0;
	z-index:80;
	width:100%;
	line-height:12px;
	text-align:center;
}

#menu div {
	height:26px;
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	opacity:0.6;
	font-size:20pt;
	padding:7px 0px 0px 7px;
}

#menu a {
	text-decoration:none;
	color:rgba(255,254,255,0.480469);
}

#menu a:hover {
	text-decoration:underline;
	color:rgba(255,254,255,0.480469);
}

