body
{
	background-color: gray;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}


body #Page
{
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}


#header div
{
	margin: auto;
	background-color: black;
    padding: 10px;
}


#header div a.Rating
{
    float: right;
}


#header div ul
{
	display: block;
    float: center;
    margin: auto;
    max-width: 1350px;
}


#header div ul li
{
	display: inline-block;
	margin: 0 0 0 1.5em;
	padding: 0;
	width: auto;
}


#header div ul li a
{
	color: white;
	font-family: 'Impact';
	font-size: 2.2em;
	font-weight: normal;
	line-height: 0.3em;
	margin: 0.05em;
	padding: 0.05em;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}


.Footer
{
	background-color:teal;
	text-align: center;
}


.Information
{
	font-weight: bold;
}

.Table
{
	padding: 10px 10px 10px 10px;
	background-color: white;
	margin: 1em auto;
	font-family: Lucida Sans Typewriter;
}


a.hovertext
{
	position:relative;
	width: 180px;
	text-decoration: none !important;
	text-align: center;
}


a.hovertext:after
{
	content: attr(title);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.5em 20px;
	width: 140px;
	background: rgba(0,0,0,0.8);
	text-decoration: none !important;
	color: #fff;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
	
	
a.hovertext:hover:after, a.hovertext:focus:after
{
	opacity: 1.0;
}


.contact
{
	font-family: Arial Black;
	text-align: center;
	text-transform: uppercase;
}