html,body{
	background-image:url("/images/burlapbackground.jpg");
	color:white;
	height: 100%;
}
a{
	color:white;
	text-decoration: none;
}
#content{
	width:800px;
	min-height:90%;
	margin:0 auto;
	background-color:#2D1606;
	opacity: 0.8;
}
#shell{
	padding:20px;
}
h1{
	text-align: center;
}