html, body
{
   margin           : 0px;
   padding          : 0px;
   width            : 100%;
   height           : 100%;
}

#center
{
   float            : left;
   position         : absolute;
   top              : 50%;
   left             : 50%;
   width            : 0px;
   height           : 0px;
   overflow         : visible;
}

#postit
{
   float            : left;
   position         : relative;
   margin-top       : -138px;
   margin-left      : -137px;
   width            : 276px;
   height           : 274px;
   overflow         : hidden;
   background-image : url("brevemente.png");
}
