html, body  {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	}
body {
/*
	background-image: url(../../media/img/background_960.png);
	background-position: top center;
	background-repeat: no-repeat;
*/
	text-align: center;
	background-color: #15315c;
	}
a img, a:visited img { border: 0; }
#btn_action {
	position: absolute;
	top: 565px;
	left: 50%;
	}

#btn_action a {	
	margin-left: 32px;
	}
	


#kontakt {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	color: #eee;
	width: 960px;
	height: 25px;
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	}
#kontakt p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	}
#kontakt p a, #kontakt p a:visited {
	text-decoration: none;
	color: #eee;
	}
#kontakt p a:hover {
	color: #f4970b;
	}