* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {	
	background-color: #FFF;
	margin:-2em 0 0 0;
	padding:0;
}
#wrapper {
	text-align:center;
	padding:1em 4em;
	width:auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content {
	min-width: 50em;
	width:75%;
	height:auto;
	margin:3em auto 0 auto;
	padding:0 2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
	-moz-box-shadow: inset -5px -5px 5px #888;
	-webkit-box-shadow: inset -5px -5px 5px #888;
	box-shadow: inset -5px -5px 5px #888;
	background-color: #FFFFCC;
}
#logo {
	height: 12em;
	width: 12em;
	position:absolute;
	top:1em;
	left:1em;
	z-index: 1;
}
#header {
	text-align:center;
	padding:2em 0;
}
#footer {
	font-size:0.75em;
	text-align:center;
	padding:2em 0;
}