@charset "UTF-8";
/* CSS Document */

html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body{
height:100%;
margin: 0 auto;
padding: 0;
}

#container{
height:100%;
}
