@charset "UTF-8";
body {
  background-color:white;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
}

#image {
  background-image:url(/image/UnderConstruction.jpg);
  position:absolute;
  left:50%;
  top:50%;
  width:360px;
  height:480px;
  margin-left:-180px;
  margin-top:-240px;
  overflow:visible;
}
