@charset "utf-8";
/* CSS Document */


.wrapper {
	background-image: url(../images/Background-Picture-Html.jpg);
    min-height: 1000px;
    height:auto;
    height:100%;
    overflow: hidden;
    min-width: 470px;
    width: 100%; 
}

.topbar {
	height: auto;
	min-height: 150px;
	width: 100%;
}
	
ul {
    float: left;
	width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    float: left;
   	height: 50px;
	width: 17.5%;
	text-align:center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-size:26px;
	text-decoration: none;
    color: grey;
    background-color: black;
    padding: 0.2em 0.6em;
    border-right: 1px solid white;
}

a:hover {
    background-color: Navy;
}

li {
    display: inline;
}

.footer {
	width: 664px;
	height: 80px;
	position: absolute;
	bottom: -374px;
	left: 8px;
}



