/*
* {
  margin: 0;
  padding: 0;
}
html {height: 100%;}
* html body {height: 100%;}
body {
  min-height: 100%;
  position: relative;
}
#main{
  
  min-height: 100%;
}
#wraper {
  padding-bottom: 70px;
}
#footer {
  position: absolute;
  bottom: 0;
  height: 50px;
}
*/
/*
html, body {
  margin:0;
  padding:0;
  min-height:100%;
  width:100%;
  min-width:100%;
  height:100%;
  clear:both;
}
#main, #premain{
  height: 100%;
  clear:both;
}
#wraper, #main, #premain{
  position: relative;
  min-height: 100%;
  clear:both;
}
* html #wraper, * html #main, * html #premain{
  height: 100%;
  clear:both;
}
#footer {
  position: relative;
  height:50px;
  margin-top:-70px;
  clear:both;
}

*/
