body
{
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #f58dae 0%, #ee467b 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #f58dae 0%, #ee467b 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #f58dae 0%, #ee467b 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #f58dae ), color-stop(1, #ee467b));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #f58dae 0%, #ee467b 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at center, #f58dae 0%, #ee467b 100%);


 font-family: Tahoma, sans-serif;
 font-size: 14px;
width: 100%;
height: 990px;
position: relative;
margin: 0 auto 0 auto;
border: 0;
}

a, a:active, a:visited
{
 text-decoration: none;
 color: #000;
font-weight: bold;
}

a:hover
{
 color: #00093d;
}

#main
{
 background-color: transparent;
 position: relative;
 width: 750px;
 height: auto;
margin: 0 auto 0 auto;
top: 15px;

}


#header
{
 background-color: transparent;
 background-image: url(images/risteilyheader3.png);
 position: relative;
 width: 760px; 
 height: 181px;
float: left;
}

#menu
{
 position: relative;
 width: 720px;
 height: 40px;
float: left;
text-align: center;
top: 15px;
}

#content
{
 background-color: #fff;
 position: relative;
 width: 730px;
 height: 450px;
 padding: 10px;
float: left;
border: 2px solid #333;
} 

#content img
{
 margin-right: 5px;
padding: 10px;
}

#fishies
{
 background-color: transparent;
 background-image: url(images/fishies.png);
 position: relative;
 margin: 0 auto 0 auto;
 width: 1000px;
 min-height: 820px;
} 