* {
	margin: 0;
	padding: 0;
	outline: none;
}

html,
body {
	width: 100%;
	height: 100%;
	background: rgb(170, 29, 78);
}

div {
	position: absolute;
	text-align: center;
	font-family: sans-serif;
	width: 720px;
	padding-top: 576px;
	background: url('/media/images/splash.gif') no-repeat;
	height: 0;
	overflow: hidden;
	top: 50%;
	margin: -288px 0 0 -360px;
	left: 50%;
}

a:link,
a:visited {
	position: absolute;
	left: 187px;
	top: 493px;
	width: 346px;
	height: 0;
	padding-top: 24px;
	background: url('/media/images/email.gif') 0 0 no-repeat;
	overflow: hidden;
}

a:hover,
a:active,
a:focus {
	background-position: 0 -24px;
}
