@charset "UTF-8";
/* CSS Document */

html {
  height: 1010px;
/*  overflow: hidden;  Hides scrollbar in IE */
}

body{
background:#ffe3b1;
height:1010px;
margin: 0 auto;
padding: 0;
}

#container{
height:1010px;
}