body {
	background-image:url(images/body_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f33a33;
	padding:0px;
	margin:0px;	
}
#wrapper {
	width:698px;
	margin-left:auto;
	margin-right:auto;	
}
#header {
	width:100%;
	height:150px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom:25px;	
}
#footer {
	width:100%;
	height:41px;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-image:url(images/footer.png);	
	padding-top:25px;
}
img { margin-bottom:10px; }
#footerRedeem {
	width:100%;
	height:78px;
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url(images/footerRedeem.png);	
	padding-top:25px;
	margin-left:auto;
	margin-right:auto;
}
#faces {
	background-image:url(images/faces.png);
	float:right;
	height:326px;
	width:249px;
	display:block;
}
#form { 
	float:left; 
	height:326px;
	width:420px;
}
.textfield { width:338px; height:35px; padding-left:10px; text-transform:uppercase; color:#900; font-weight:bolder; }
.clearfix { clear:both; }