body
{
background-color:black;
color:#DDDDDD;
font-family:"Arial";
background-repeat:no-repeat;
background-position:bottom right;
background-attachment:fixed;
}

.main
{
background-image:url("./images/bkg.jpg");
}

a
{
text-decoration:none;
font-weight:bold;
}

a:link
{
color:#BB0000;
}

a:visited
{
color:#BB0000;
}

a:hover
{
color:#DDDDDD;
}

a:active
{
color:#DDDDDD;
}

img
{
border:none;
}

.title
{
text-decoration:none;
font-weight:bold;
display:block;
}

div.title
{
position:absolute;
top:5px;
right:10px;
left:10px;
height:70px;
background-repeat:no-repeat;
background-position:50% 0%;
background-attachment:fixed;
background-image:url("./images/title.jpg");
}

.menu
{
width:140px;
position: absolute;
top:80px;
bottom:75px;
left:10px;
text-align:right;
}

.menu a
{
display:block;
}

.menu .footer
{
position: absolute;
right:0px;
bottom:-70px;
}

.content
{
position:absolute;
top:80px;
bottom:75px;
right:10px;
left:160px;
overflow:auto;
}

.content img
{
padding-bottom:10px;
}

.content .footer
{
font-size:8pt;
font-style:italic;
position: absolute;
text-align:right;
bottom:0px;
}

.list
{
list-style: disc inside;
}

blockquote
{
font-style:italic;
font-size:90%;
line-height:150%;
}

.update
{
font-size:8pt;
font-style:italic;
}

.changelog
{
font-size:12pt;
}

.changelog_title
{
font-size:12pt;
font-style:italic;
font-weight:bold;
}
