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

html, body{
  height:100%;
  margin:0;
  padding:0;
  background-image:url(../assets/background.png);
}

#center {


  /* Angaben zu Breite und Höhe, diese können auch in em angegeben werden. */
  width:360px;  
  min-height:298px;
 
  position:absolute;
  top:50%;                  
  left:50%;
  margin:-150px 0 0 -175px;
}

/* min-height für den IE */
* html #center {
  height:298px;