body{
	background: #585858 url( "images/bg.png" ) repeat-x;
}

#container{
	margin: 0 auto;
	width: 400px;
}

h1{
	background: url( "images/hello.png" ) center no-repeat;
	height: 29px;
	text-indent: -9999px;
	margin-top: 91px;
	margin-bottom: 25px;
	width: 400px;
}

#download{
	margin: 25px auto auto auto;
	width: 142px;
}

	#download a{
		background: url( "images/button.png" ) top no-repeat;
		background-position: 0px 0px;
		display: block;
		height: 55px;
		text-indent: -9999px;
	}
	
		#download a:hover{
			background: url( "images/button.png" ) no-repeat;
			background-position: 0px -55px;
			display: block;
			height: 55px;
			text-indent: -9999px;
		}
		
#enthusiastik {
	margin: 100px auto auto auto;
	width: 160px;
}

	#enthusiastik a{
		background: url( "images/enthusiastik.png" ) top no-repeat;
		display: block;
		height: 40px;
		text-indent: -9999px;
	}