@charset "UTF-8";

html,body {
  width:100%;
  height:100%;
  margin:0px 0px 0px 0px;
  text-align:center;
  background-color:#494f4f;
}
#body {
  width:100%;  
  background-color:#494f4f;
  background-position:center;
  font-size:small;
  color:#737373;
  overflow:hidden;
  font-family: Helvetica, Arial, Sans-Serif;    
  text-align:center;
}