@charset "UTF-8";

body {
	background: url(../img/mobilebg.jpg) no-repeat center top;
	background-attachment : fixed;
	background-position   : 12% 10%;     /* or: center center */
	background-size       : cover;  
	width: 100%;
	height: 100%;
}

.body_mobile {
	background: url(../img/mobilebg.jpg) no-repeat center top;
	background-size:100%;
}

.error_bg {
	background: url(../img/error_bg.jpg) no-repeat center top;
	background-size:100%;
}

.mobile_error_bg {
	background: url(../img/mobile_error.jpg) no-repeat center top;
	background-size:100%;
}
.btn{
	position: absolute;
	bottom: 44%;
    	left: 24%;
    	width: 125px;

}

.btn_mobile{
	position: absolute;
	bottom: 44%;
    left: 24%;
}
