body {
margin: 0px;
background-image: url(img/bg.jpg);
text-align: center;
}

#slideshow {
    position:relative;
    height:437px;
    left: -300px;
    margin-left: 50%;
}

#slideshow IMG {
    position:absolute;
    top:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

a:link     { color: #FFCC33; text-decoration: none }
a:visited  { color: #FFCC33; text-decoration: none }
a:hover    { color: #9c0; text-decoration: none }

