@media screen and (min-width:1600px){
.w6-8{
	width: 800px;
}

.w8-10{
	width: 1000px;
}

.w10-13{
	width: 1300px;
}


.w10-14{
	width: 1400px;
}

.w9-14{
	width: 1400px;
}

}

.backone{
	/*background-image: url("../img/common/backone.jpg");*/
	background-image: url("../img/bg/backone.png");
	background-repeat: no-repeat;
	background-size: 100% ;
	background-position: center top;
}

.backtwo{
	/*background-image: url("../img/common/backtwo.jpg");*/
    background-image: url("../img/bg/backtwo.png");
	background-repeat: repeat-y;
	background-size: 100% ;
	background-position: center top;
	/*padding-bottom: 10px;*/
}

.backthree{
	/*background-image: url("../img/common/backthree.jpg");*/
    background-image: url("../img/bg/backthree.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
