/* Reset */

* {
	margin:0;
	padding:0;
	}

/* Body & Containers */

body {
	background:#fff;
	}
	
#container {
	width:872px;
	margin:auto;
	}
	
/* Banner */

#banner {
	width:872px;
	height:366px;
	}

/* Footer */

#footer {
	width:842px;
	height:45px;
	background:url(../img/southhampton-city-council-logo.jpg) no-repeat bottom right #fff;
	border-top:1px solid #ccc;
	margin:30px auto;
	}
	
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:24px;
	}
	
#footer p a {
	text-decoration:none;
	color:#666;
	}
	
#footer p a:hover {
	color:#00abc2;
	}
