body {
	width: 100%;
	height: 100%;
	background-image: url('../images/temp_background.jpg');
	}

div#container {
	height: 100%;
	width: 100%;
	margin: auto;
	background-color: #666;
}
div#guidenb {
	height: 100%;
	width: 100%;
	position: absolute
	}
div#footer {
	height: 300px;
	width: 100%;
	position:absolute;
	background-image: url('../images/footer_bg.png');
	margin-top: 400px;
	}

/* Typography */

#footer h1 {
	font-family: Helvetica;
	font-size: 36pt;
	color: #FFF;
	padding: .3em 0 0 .5em;
	}