html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.skrollable {
	position:absolute;
	z-index:100;
}

#bg1, #bg2, #bg3, #bg4, #bg5 {
	z-index:50;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:url(../images/p-bg1.png) repeat 0 0;*/
}

#bg2 {
	z-index:49;
	/*background-image:url(../images/p-bg2.png);*/
}

#bg3 {
	z-index:48;
	/*background-color:#FFFFFF;
	background-image:url(../images/p-bg3.png);*/
}
#bg4{
	background-size:cover;
	/*background-image:url(../images/ipad.png);*/
	z-index:0;
}
#bg5{
	background-size:cover;
	/*background-image:url(../images/testimonials-bg.jpg);*/
	z-index:0;
}
#bg5:before{
	content:"";
	width:100%;
	height:100%;
	background-color:#55134E;
	position:absolute;
	left:0px;
	top:0px;
}
#bg-map{
	background-size:cover;
	background-image:url(../images/fullmap.jpg);
	background-attachment: center center;
	background-repeat: no-repeat;
	z-index:0;
}
/*#bg-map:before{
	content:"";
	width:100%;
	height:100%;
	background-color:#55134E;
	position:absolute;
	left:0px;
	top:0px;
}*/