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

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

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

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

b 
{
color:rgb(66,77,71);;
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%;
}


#top
{
padding: .5em;
background-color: transparent;
border-bottom: 2px dotted rgb(159,171,135);
}

#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(240,240,230);
background-color: rgb(66,77,71);
text-decoration: none;
}

#top a:hover
{
color:rgb(66,77,71);
background-color: rgb(240,240,230);
text-decoration: none;
}

.head
{
color:rgb(109,100,82);
letter-spacing:2px;
font-family:LittleLordFontleroy, georgia;
font-size:14pt;
font-weight:bold;
border-bottom: rgb(159,171,135) 2px dotted;
}



