#title
{
position:absolute;
top: 0%;
left: 0%;
height: 15%;
width: 100%;
text-align: center;
}

#menu
{
position:absolute;
top: 15%;
left: 0%;
height: 75%;
width: 15%;
}


#main
{
position:absolute;
overflow:auto;
top: 15%;
left: 15%;
height: 75%;
width: 85%;
}

#footer
{
position:absolute;
top: 90%;
left: 0%;
height: 10%;
width: 100%;
text-align: center;
color:teal;
font-family:verdana;
}

#borderll
{
position:absolute;
bottom: 0%;
left: 0%;
}

#borderlr
{
position:absolute;
bottom: 0%;
right: 0%;
}

body
{
font-family:countryblueprint;
color:#ffffff;
font-style:italic;
}

a:link
{
border:none;
color:#ffffff;
}
a:visited
{
border:none;
color:#ffffff;
}
a:hover
{
border:none;
color:#000000;
}

Body
{
background-color:#8a1818;
color:#ffffff;
scrollbar-track-color:#8a1818;
}