*{
	margin:0px;
	padding:0px;	
}

body{
	background-color:#faf4e7;
	text-align:center;
}

#wrapper{
	position:absolute;
	left:50%;
	top:50%;
	width:950px;
	height:544px;
	margin:0px auto;
	background:url(/images/main.jpg) top left no-repeat;
	margin-left:-475px;
	margin-top:-272px;
}

#email{
	float:left;
	margin:392px 0px 0px 380px;
}

#email span{
	width:307px;
	height:28px;
	display:block;
	background:url(/images/email.jpg) top left no-repeat;
	float:left;
}


