@charset "utf-8";

:focus {
	outline: 0;
}

* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

body {
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	overflow: none;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1014px;
	height: 541px;
	margin-top: -270px;
	margin-left: -507px;
}

#bgImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 541px;
	background: #fff url('../images/bgImage.png') no-repeat  0px -47px;
}

#mainContainer {
	width: 750px;
	height: 541px;
	position: relative;
	top: 0;
	left: -8px;
	margin: 0px auto;
	text-align: left;
	background: #fff url('../images/mainBG.jpg') no-repeat 0px 0px;
}

	#mainContainer a {
		display: block;
		width: 253px;
		height: 157px;
		position: absolute;
		top: 156px;
		left: 86px;
	}
	
	#mainContainer a#wmFussball {
		background: #fff url('../images/btn_wmFussball.jpg') no-repeat 0px 0px;
	}
	
	#mainContainer a#wmFussball:hover {
		background: #fff url('../images/btn_wmFussball.jpg') no-repeat 0px -157px;
	}
	
	#mainContainer a#wmTippspiel {
		left: 414px;
		background: #fff url('../images/btn_wmTippspiel.jpg') no-repeat 0px 0px;
	}
	
	#mainContainer a#wmTippspiel:hover {
		background: #fff url('../images/btn_wmTippspiel.jpg') no-repeat 0px -157px;
	}
