.rel {
	position: relative;
	top:0; left: 0;
}
#enter {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-image: url('/img/enter.gif');
	width: 237px;
	height: 25px;
	font-size: 0;
}
#enter:hover {
	background-image: url('/img/enter_hover.gif');
}
#contact {
	position: absolute;
	top: 0;
	left: 486px;
	background-image: url('/img/contact.gif');
	background-repeat: no-repeat;
	padding-top: 25px;
}
#address {
	background-image: url('/img/address.gif');
	width: 165px;
	height: 59px;
}
#email {
	display: block;
	background-image: url('/img/email.gif');
	width: 165px;
	height: 18px;
}
#email:hover {
	background-image: url('/img/email_hover.gif');
}
