@charset "UTF-8";

body {
	background: url(../img/bg.jpg) no-repeat center top;
	background-size: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: 3%;
    	left: 18%;
    	width: 204px;

}

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