* {
margin: 0;
}

html {
	height: 100%;
	}

body {
	font-family: courier, sans-serif;
	font-size: 20px;
	color: #555
	height: 100%;
	}
	
wrapper {
	min-height: 100%;
	position: relative;
	}

#header {
	height: 150px;
	width: 100%;
	background-color: #E8AE00;
	border-bottom: 1px solid #777;
	box-shadow: 0px 0px 25px 0px #aaa;
	margin: 0;
	}

#title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 150px;
	}

#title h1 {
	font-size: 48px;
	letter-spacing: 0.05em;
	color: #333;
	font-weight: normal;
	text-shadow: 3px 3px 3px #aaa;
	}
	
#title img {
	margin-top: 15px;
	margin-bottom: 15px;
	}

	
#footer {
	height: 150px;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color: #E8AE00;
	border-top: 1px solid #777;
	box-shadow: 0px 0px 25px 0px #aaa;
	margin: 0;
	padding: 0;
	}