body {
font:Arial;
background:black;
margin:auto 15%;
color:white;
}

div.header
{
margin:10px 0px 0px 0px
}

div.left
{
float:left;
padding: 1em;
width:20%;
margin:15px 0px 15px 0px;
background:#003300;
}

div.indexcenter
{
margin:0px 0px 0px 0px;
padding: 1em;
float:left;
width:50%;
margin:0;
}

div.center
{
float:right;
padding: 1em;
height:340px;
width:70%;
margin:0;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
}

div.right
{
padding:1em;
float:right;
width:15%;
margin:30px 0px 30px 0px;
border-left:1px solid green;
}

div.footer
{
padding:0.5em;
background:black url(images/blockdefault.jpg) center center repeat-x;
clear:right;
text-align: right;
}

div.indexfooter
{
padding:0.5em;
background:black url(images/blockdefault.jpg) center center repeat-x;
clear:left;
text-align: right;
}

p.footer {
color:white;
text-align:center;
}