@import "reset.css";


html, body {
	width: 100%;
	height: 100%;
	
}

body {
	background: #F0F0F0;
}

#header {
	background: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 10px;
}

#header h1 {
	overflow: hidden;
	
	background: url("../images/logo.png") 0 0 no-repeat;
	padding: 36px 0 0;
	height: 0;
	display: block;
	width: 355px;
	margin: 0 auto;
}

#contentwrapper {
	background-image: url("../images/bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top:70px;
}

#content {
	background-image: url("../images/roundedsquare.png");
	width: 742px;
	padding-top: 120px;
	height: 197px;
	margin: 0 auto;
}

#content a {
	overflow: hidden;
	background: url("../images/email.png") 0 0 no-repeat;
	padding: 73px 0 0;
	height: 0;
	display: block;
	width: 112px;
	margin: 0 auto;
}