* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #a4b2c4;
	font-family: Verdana, Helvetica sans-serif;
	}
	
/******************************************/
/* LAYOUT */
/******************************************/
	
#container {
	width: 868px;
	margin: 15px auto 0 auto;
	background: url("../images/container_back.jpg") left top no-repeat;
	min-height: 611px;
	height: auto !important; /* IE6 hack */
	height: 611px; /* IE6 hack */
	}
	
#header {
	width: 868px;
	height: 280px;
	}
	
#content {
	width: 402px;
	padding: 0 40px 0 426px;
	}
	
.area {
	padding-bottom: 35px;
	}
	
#icons {
	width: 362px;
	padding: 0 40px 0 40px;
	}
	
#footer {
	width: 844px;
	margin: 0 auto 0 auto;
	padding: 10px 22px 10px 22px;
	}
	
	
/******************************************/
/* TYPOGRAPHY */
/******************************************/

#header h1,
#header h2 {
	text-indent: -9999px;
	}
	
h3#survey a {
	text-indent: -9999px;
	display: block;
	width: 179px;
	height: 33px;
	background: url("../images/take-our-survey.png") left top no-repeat;
	}
	
#content h3 {
	font-size: 14px;
	font-weight: normal;
	}
	
p {
	font-size: 11px;
	margin: 10px 0 10px 0;
	}
	
#footer p {
	margin: 10px 0 25px 0;
	}
	
p.center {
	text-align: center;
	}
