body
{
z-index: 1;
width: 100%;
height: 100%;
background: url("fishcolumns.jpg");
background-repeat: repeat-y;
background-align: center;
background-color: #000000;
}


#header
{
border: none;
position: absolute;
top: 0px;
left: 0px;
background: url("fishheader2.jpg");
background-repeat: no-repeat;
background-align: center;
width: 640px;
height: 222px;

}

#content
{
z-index: 2;
position: absolute;
left: 23px;
top: 192px;
width: 433px;
font-family: arial;
color: #000000;
font-size: 14px;
}
a:link {
text-decoration: none;
color: #ff4e00;
}
a:visited {
color: #ff4e00;
}
a:hover {
color: #a0ff01;
text-decoration: none;
}

#links
{
text-align: center;
z-index: 2;
position: absolute;
left: 490px;
top: 192px;
width: 128px;
font-family: times new roman;
color: #000000;
font-size: 14px;
}
a:link {
color: #ff0465;
text-decoration: none;
}
a:visited {
color: #ff0465;
text-decoration: none;
}
a:hover {
color: #a0ff01;
text-decoration: none;