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

body{
background-color:#FFFFFF;
}

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