/* CSS Document */

#content {
	margin: 0px auto;
	background: rgba(143,115,74,0.7);
	color: #fff;
	padding: 10px;
	position: absolute;
  left: 30%;
	top:  10%;
	width:  60%;
	height: 60%;
}

#footer {
	background: rgba(0,0,0,0.8);
	color: #eee;
	padding: 5px 5px;
	position: absolute;
	left: 5%;
	top:  88%;
	width: 90%;
	height: 10%;
	clear: both;
	text-align: center;
}
