.body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', serif;
}

.nav {
	background-color: brown;
	color: black;
	list-style: none;
	text-align: right;
	padding: 20px 0 20px 0;
	font-weight: bold;
}

.nav li {
	display: inline-block;
	padding-right: 50px;
	font-size: 12px;
}

.nav li > a {
	text-decoration: none;
	color: #000000;
}

.nav > li > a:hover {
	color: #00ff00;
}

.logo {
	color: 000000;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	font-size: 12px;
}

.logo > a {
	text-decoration: none;
	color: #000000;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.footerWrap {
    width:100%;
    position:fixed;
    bottom: 0px;
}
.footer {
    width:400px;
    margin:auto;
}
.footerContent {
    float:left;
    width:100%;
    background-color: lightgray;
    padding:20px 0;
}