body {
	margin: 0 auto;
}

#page {
	width: 100%;
	margin: 0 auto 0px auto;
	height: 100%;
	padding: 50px 0;
}

#iframe {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#monster {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url('../img/monster.png');
	
}

#container {
	margin: 0px auto;
	z-index: 10;
	
}

#parallax {
	position: relative; 
	overflow: hidden; 
	width:1153px; 
	height:875px;
	margin: 0 auto;
	z-index: 10;
}

.par {
	width: 1600px; 
	height: 1200px;
	margin: 50px auto;
	z-index: 10;		
}

.par img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	padding-bottom: 50px;
	opacity: 0.4;
	z-index: 10;
	
}

.goill {
	padding-bottom: 50px;
	z-index: 100;
}

.goill img {
	width:1153px; 
	height:875px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -576px;

}

#logo {
	position: absolute;
	background: url('../img/sterk.png') no-repeat;
	width: 337px;
	height: 97px;
	top: 780px;
	left: 50%;
	margin-left: -480px;
	z-index: 100;
}



