div#main
{
position:absolute;
left:50%;
margin-left:-350px;
width:700px;
}

div#con
{
position:absolute;
width:600px;
min-height:600px;
left:100px;
border:3px solid black;
background:#f8f6e4;
padding-top:25px;
padding-left:75px;
padding-right:15px;
}

div#nav
{
position:absolute;
top:25px;
width:150px;
}

div#water
{
position:absolute;
right:5px;
bottom:5px;
width:81px;
height:114px;
background:#f8f6e4 url("prints-trans.png") no-repeat top left;
}

div#top
{
width:150px;
height:230px;
border:3px solid black;
background:#003268 url("jack-trans.png") no-repeat center center;
}

div#cp
{
position:absolute;
bottom:5px;
width:500px;
text-align:center;
}


div.link
{
width:150px;
border:3px solid black;
background:#003268;
font-family:Palatino Linotype;
color:#f8f6e4;
font-weight:bold;
text-align:center;
cursor:pointer;
padding-top:5px;
padding-bottom:5px;
margin-top:10px;
}

div.link:hover
{
background:black;
}

font.title
{
color:#003268;
font-family:Palatino Linotype;
font-weight:bold;
font-size:20px;
}

a
{
color:black;
text-decoration:underline;
}