body {
background: #0da8d6 url('bg.gif') repeat-x top;
margin: 0px;
font-family: "Georgia";
}

#birds {
background: url('birds.gif') no-repeat right;
width: 609px;
margin: auto;
padding: 0px;
}

#header {
position: relative;
background: url('header.gif') no-repeat;
margin: auto;
height: 258px;
width: 609px;
overflow: hidden;
}

#navigation {
width: 173px;
padding: 12px 0 0 0;
background: #374b5b url('nav_top.gif') no-repeat top;
color: #333;
position: absolute;
left: 15px;
bottom: 47px;
}

div#header a:hover span {
display: block;
position: absolute; 
top: 5px; 
left: 170px; 
width: 153px;
padding: 5px 12px 5px 45px; 
margin: 10px; 
z-index: 100;
color: white; 
font-weight: 900;
font-size: 10px;
background: url('images/desc_bg.gif');
}
   
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navigation li {
border-bottom: 0px solid #96ccf8;
margin: 0;
}

#navigation li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #ffaa01;
background: #374b5b;
color: #fff;
text-decoration: none;
width: 100%;

}

html>body #navigation li a {
width: auto;
}

#navigation li a:hover {
border-left: 10px solid #ffaa01;
background: #ffaa01 url('nav_on.gif') no-repeat right;
color: #fff;
}

#navigation .current a {
background: #ffaa01 url('nav_on.gif') no-repeat right;
}

#container #footer {
background: url('ftr_bg.gif') no-repeat bottom;
padding: 5px;
text-align: center;
font-size: 10px;
position: relative;
}

#fishy {
background: url('images/fish.gif') no-repeat;
width: 257px;
height: 39px;
position: absolute;
bottom: -33px;
right:50px;
margin: 0px;
}

.remix {
color: #ff2c9b;
}