body {
   color: #fff;
   background: url(./body_bg.gif) repeat-x 0 0 #000;
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
}
div#anima_art_container {
   background: url(./logo_bg.jpg) no-repeat 50% 0 transparent;
   width: 700px;
   height: 440px;
   margin: 0 auto;
   position: relative;
}
div.anima_art {
   background: url(./logo.gif) no-repeat 0 0 #000;
   width: 500px;
   height: 120px;
   margin: 0 0 0 200px;
}
div.anima_art h1 {
   display: none;
}
a.navi {
   width: 180px;
   display: block;
   position: absolute;
   background: url(./navi.gif) no-repeat 0 0 transparent;
}
a.navi:hover {
   color: #eee;
   text-decoration: underline;
}
a.navi span {
   display: none;
}
a#teatr {
   top: 280px;
   left: 0;
   height: 70px;
   background-position: 0 0;
}
a#teatr:hover {
   background-position: -180px 0;
}
a#warsztaty {
   top: 345px;
   left: 155px;
   height: 50px;
   background-position: -10px -70px;
}
a#warsztaty:hover {
   background-position: -190px -70px;
}
a#film {
   top: 370px;
   left: 320px;
   height: 50px;
   background-position: -30px -120px;
}
a#film:hover {
   background-position: -210px -120px;
}
a#warsztatyfilm {
   top: 350px;
   left: 150px;
   height: 70px;
   background-position: 0px -170px;
}
a#warsztatyfilm:hover {
   background-position: -180px -170px;
}
address {
   font-size: 11px;
   color: #333;
   font-style: normal;
}


