html {height: 100%;
margin: 0px;
	background-color: #999999;
	background-position: center;
	background-size: cover;
}
body
{overflow:hidden;
font-size: 19px;
margin-left:10px;}
a
{font-size: 19px;
margin-left:10px;}
a:link, a:visited
{
    text-decoration: none;
    color:#555555;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; 
		background-color: #dddddd;}



h1
{font-size: 25px;}
#navi
{
	position: absolute;
	left: 75%;
	top: 20%;
	font-family:serif;
	font-size: 12px;
	text-align: right;
	color: #000000;
}

#info
{
position: absolute;
left: 50%;
margin-left: 0px;
top: 50%;
margin-top: -50px;
font-size: 12px;
}
