body {
   background-color: #5d2067;
   padding: 0;
   margin: 0;
   text-align: center;
}

#container {
   width: 800px;
   margin: 30px auto 0 auto;
}

#content {
   width: 800px;
   height: 600px;
   background: url('/rabinek-pl.png') no-repeat;
   text-indent: -9999px;
   overflow: hidden;
}

