@charset "utf-8";

#cover{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 480px;
  margin-left: -225px; /* half of width */
  margin-top: -230px;  /* half of height */ 
}
   
#cover .photo{
  width: 450px;
  height: 450px;
}

#cover .photo a{
  position: relative;
  display: block;
  width: 450px;
  height: 450px;
}

#cover .photo img.screen{
  position: absolute;
  left:0;
  top: 0;
}


#cover #footer{
  width: 450px;
  text-align: center;
}

#cover .copyright{
  font-size: 0.85em;
  margin: 10px 0 20px 0;
}

