.body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', serif;
}

.nav {
	background-color: white;
	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;
}

.banner {
	width:  100%;
	display: block;
}

.banner > .banner-image {
	width:  100%;
	display: block;
}

.footer {
	position: relative;
	margin: 0px auto;
	width: 850px;	
}

.copyright {
	position: absolute;
	bottom: 0;
}

