@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; }  
body {background-color:#b6b2b1;}

.pages{ width:1680px; height:900px;} 

@media all and (max-width: 1920px)  {   .pages{ width:1728px; height:920px;}  }

@media all and (max-width: 1680px)  {   .pages{ width:1512px; height:920px;}  }

@media all and (max-width: 1440px)  {   .pages{ width:1296px; height:760px;}  }

@media all and (max-width: 1366px)  {   .pages{ width:1229px; height:640px;}  }
 
@media all and (max-width: 1280px)  {   .pages{ width:1152px; height:640px;} }

@media all and (max-width: 1024px)  {   .pages{ width:921px; height:650px;} }
