html {
	width: 100%;
}
/*@media all and (min-width: 800px) and (max-width:1024px){
	body {

background: #F1F1F1 url(../images/bg11.png) repeat-x;

}
}*/
@media all and (min-width: 1020px) and (max-width: 1336px){
	body {

background: #F1F1F1  url(../images/bg.png) no-repeat center top;

}
}
@media all (min-width: 1024px){
	body {

background: #F1F1F1 url(../images/bg11.png) no-repeat center top;

}
}