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

body {
	height: 100%;
}

h1 {
	text-indent: -9999px;
	
	display: block;
	height: 170px;
	width: 500px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -85px;
	
	background: url(../images/MamulaFashionTrade.png) top left no-repeat;
}

h2 span {
	display: none;
}

a {
	text-indent: -9999px;
	
	display: block;
	height: 12px;
	width: 132px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 117px;
	margin-top: 70px;
	
	background: url(../images/MamulaFashionTrade_Mail.png) top left no-repeat;
}

a:hover {
	background-position: 0px -12px;
}