body 
{
    font-family: Arial;
    font-color: #ffffff;
    margin: 0;
    padding: 0;  
    background: #aaaaff;
}

img
{
    border: 10px;
    border-color: #000000;
}

p
{
    margin-left: 15%;
    margin-right: 15%;
    width:70%;
}

#header 
{
    height: 40px;
    background: #7777ff;
    font-weight:bold;
    font-size:xx-large;
    z-index: 150;
    width: 100%;
}

#content
{
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 0%;
    margin-left: 0%;
    z-index: 100;
}

/*leftcolumn
{
    position: absolute;
    top:40px;
    left: 0;
    height: 0%;
    width: 0%;
    line-height: 175%;
    background: #7777ff;
    padding: 6px;
    z-index: 75;
}*/

/*rightcolumn
{
    position: absolute;
    top: 40px;
    right: 0;
    height: 0%
    width: 0%;
    background: #7777ff;
    padding: 6px;
    z-index: 75;
}*/

#footer
{
    text-align: center;
    margin-right: 15%;
    margin-left: 15%;
    padding: 10px;
    background: #aaaaff;
    z-index:75;
}