#wrapper {
	text-align: center;
	margin-top: 50px;
}
#main {
	border: thin solid #00CC33;
	width: 80%;
	min-width: 700px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer{
	margin-top: 10px;
}
#logo{
	position: absolute;
	top: -50px;
	left: -50px;
	z-index: 2;
}
#header{
	position: relative;
	top: auto;
	left: auto;
}
#content{
	position: relative;
	top: 35px;
}
