@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 */
}
*{
  padding:0;
  margin:0;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   position:relative;
   min-height: 100%;
height: auto !important;
height: 100%;
}
#header {
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:90px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:90px;   /* Height of the footer */
}
#container {
   height:100%;
}
#wrapper{
  width:1000px;
  margin:0 auto;
}