body
{
background: url(images/bgimg.gif) repeat; 
background-color:#FFF
}

a:link,a:active,a:visited
{
color:rgb(0,0,0);
text-decoration:underline
}

a:hover
{
color:rgb(0,0,0);
text-decoration:line-through
}

font,body,p
{
color:rgb(0,0,0);
font-family:georgia;
font-size:8pt
}

b 
{
color:rgb(102,102,102);
font-family:georgia;
font-size:8pt
}


#container
{
position: absolute;
z-index:2;
top: 50%;
left: 50%;
width: 450px;
margin-top: -225px;  
margin-left: -192px;  
line-height: 130%;
background-color: #FFF;
border: 3px #000 solid;
}


#top
{
padding: .5em;
background-color: transparent;
border-bottom: rgb(0,0,0) 3px groove;
}

#content
{
padding: 3em;
max-width: 45em;
background-color: transparent;
}

#footer
{
clear: both;
margin: 10px;
background-color: transparent;
}

#container background {visibility: visible;}

#top a 
{
color:rgb(102,102,102);
background-color: rgb(204,204,204);
text-decoration: none;
}

#top a:hover
{
color:rgb(204,204,204);
background-color: rgb(102,102,102);
text-decoration: none;
}

.head
{
color:rgb(102,102,102);
letter-spacing:2px;
font-family: georgia;
font-size:14pt;
font-weight:bold;
border-bottom: rgb(0,0,0) 3px groove;
}


