@font-face {

  font-family: 'Istok Web';

  src: url('../fonts/IstokWeb-Regular.woff') format('woff'), 

       url('../fonts/IstokWeb-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */

}



html,

body {

   margin:0;

   padding:0;


   min-width: 1100px;

}

#container {

   position:relative;

 



}

#header {

   padding:10px;

}

#body {

   padding:10px;

   padding-bottom:20px;   /* Height of the footer */

}

#footer {



   width:100%;

   height:90px;   /* Height of the footer */

}


#wrapper{

  width:1000px;

  margin:0 auto;

}