html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	color:#3c3322;
	text-align:center;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
	margin:0;
	padding:0;
}

#body {
	width:1000px;
	margin:0 auto;
	padding-top:200px;
	padding-bottom:50px;	/* Height of the footer */
}

#body p {
	margin-top:25px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;	/* Height of the footer */
	border-top:1px solid #3c3322;
}