.main-wrapper{
	min-width: 400px;
    max-width: 1028px;
	margin: 0 auto;
	background-color:#000;
	
}
.main-wrapper .page-wrapper{
	width:100%;
	margin-left: 0px;
	background-color:#000;
	background-image: url("/img/main.jpg?1");
	background-repeat:no-repeat;
	background-position: center;
	background-size: contain;
}
@media (max-width: 768px){
	.main-wrapper .page-wrapper{
		background-image: url("/img/main400.jpg?3") !important;
		background-repeat : no-repeat;
        background-size : cover;
	}
}
body{
	background-color:#000;
	cursor:pointer;
}
.main-wrapper .page-wrapper .page-content{
	margin-top:10px;
}