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


#center
{
  width: 900px;
  height: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -450px;
}

#decenter
{
  width: 363px;
  height: 259px;
  position: absolute;
  left: 70%;
  top: 50%;
  margin-left: -51px;
  margin-top: -50px;
}