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

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

#wrapper {
	width: 748px;
	height: 175px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

h1 {
	display: block;
	width: 748px;
	height: 100px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-image: url(../media/splash/header.gif);
}

.de {
	display: block;
	width: 125px;
	height: 30px;
	position: absolute;
	z-index: 10;
	top: 117px;
	left: 493px;
}

.en {
	display: block;
	width: 115px;
	height: 30px;
	position: absolute;
	z-index: 10;
	top: 117px;
	left: 633px;
}

.de a, .en a {
	display: block;
	height: 30px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-image: url(../media/splash/enterBtn.gif);
}

.de a:hover, .en a:hover {
	border: none;
}

.de a {
	width: 125px;
	background-position: 0px 0px;
}

.en a {
	width: 115px;
	background-position: -140px 0px;
}

.de a:hover {
	background-position: 0px -30px;
}

.en a:hover {
	background-position: -140px -30px;
}
