#wrapper{
	margin:10% auto;
	width:514px;
	height:337px;
}

#page{
	background: url(img/background.gif) no-repeat;
	width:514px;
	height:337px;
	position:relative;
}


a.email{
    position:absolute;
	top:234px;
	left:54px;
	background: url(img/email.gif) no-repeat;
	width:283px;
	height:17px;
	display:block;
}

a.email:hover{
	background: url(img/email.gif) left -19px no-repeat;
}