body {
    margin: 0px;
    padding: 0px;
    background-color: #245AA9;
}

/** ANNOUNCE **/

/* display announce over map */
#announce {
   height: 150px;
/*   background-image: url("../images/bird.gif"); */
   background-image: url("../images/KiKcarmenlandbanner_anim.gif");
   background-repeat: no-repeat;
}

#bannerbird {
   padding-left: 180px;
   height: 150px;
/*   background-image: url("../images/KiKcarmenlandbanner_anim.gif"); */
   background-image: url("../images/backgroundbirdcollapsed.gif");
   background-repeat: no-repeat;
}

#bannermessage {
   height: 150px;
/*   background-image: url("../images/XM09carmenlandbanneronly.gif"); */
/*   background-image: url("../images/MMM10carmenlandbanneronly.gif");
*/
/*   background-image: url("../images/carmenlandonly.gif"); */
   background-image: url("../images/carmenlandattack.gif");
   background-repeat: no-repeat;
}

#nav, #announce, #bannerbird, #footer {
   margin-left: auto;
   margin-right: auto;
   width: 640px;
}

#footer { 
   padding: 10px;
   font-size: 75%;
}
#nav ul {
    width: 640px;
    height: 500px;
    position: relative;
    background-image: url(../images/map.png);
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#nav li a {
    text-decoration: none;
    position: absolute;
    display: block;
}

#nav span { 
    display: none;
}

#welcome {
    top: 40px;
    left: 274px;
    width: 134px;
    height: 55px;
    background-image: url(../images/welcome.png);
}

#welcome:hover { 
    background-image: url(../images/welcomemo.png);
}

#news {
    top: 220px;
    left: 64px;
    width: 101px;
    height: 45px;
    background-image: url(../images/news.png);
}

#news:hover { 
    background-image: url(../images/newsmo.png);
}

#gallery {
    top: 360px;
    left: 288px;
    width: 243px;
    height: 58px;
    background-image: url(../images/gallery.png);
}

#gallery:hover { 
    background-image: url(../images/gallerymo.png);
}

#links {
   top: 403px;
    left: 138px;
    width: 112px;
    height: 52px;
    background-image: url(../images/links.png);
}

#links:hover { 
    background-image: url(../images/linksmo.png);
}

#shop {
    top: 231px;
    left: 356px;
    width: 131px;
    height: 54px;
    background-image: url(../images/shop.png);
}

#shop:hover { 
    background-image: url(../images/shopmo.png);
}

#postcards {
    top: 119px;
    left: 464px;
    width: 155px;
    height: 51px;
    background-image: url(../images/postcards.png);
}

#postcards:hover { 
    background-image: url(../images/postcardsmo.png);
}

#announce > img { 
    float: left;
}
#announce > div { 
    padding-top: 16px; 
    margin-left: 190px;
}
#message {
width: 200px;
height: 113px;
}
