/* CSS Document */
*{
  margin:0;
  padding:0;
}

body{
  margin: 0 auto;
  text-align: center;
  background-color:#cbcbcb;
  height:100%;
  font-size:0.75em;
  line-height:1.05em;
}

html{
  height: 100%;
  overflow-y:scroll;
}

img{
  border:0;
}