html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  height:100%;
}
html {
  font-size: 100.01%;
}

a img {
  border: none;
}
img.thumb {
  margin: 10px;
}
body {
  min-width: 1000px;
}
#main{
  min-height: 100%;
  position:relative;
  height: auto !important;
  height: 100%;
}
#header {
  margin: 0 auto;
  position: relative;
}
#header .main{
  position:absolute;
  width:100%;
}
#header .main .container{
 position:relative;
 margin:0 auto;
}
