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

a:link,a:active,a:visited
{
color:#900;
text-decoration:underline
}

a:hover
{
color:#900;
text-decoration:line-through
}

font,body,p
{
color:#333;
font-family:georgia;
font-size:8pt
}

b,strong 
{
color:#063;
font-family:georgia;
font-size:8pt
}


#container
{
position: absolute;
z-index:1;
top: 50%;
left: 50%;
width: 450px;
margin-top: -225px;  
margin-left: -225px;  
background: url(images/divbg.jpg);
background-repeat: repeat-y;
line-height: 130%;
}


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

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

#container background {visibility: visible;}

.head
{
color:#030;
letter-spacing:2px;
font-family: rosemary roman, georgia;
font-size:14pt;
font-weight:bold;
border-top: 1px #030 solid;
border-right: 5px #030 solid;
background-color: #9C9;
}

