﻿body 
{margin: auto;
 background-color: #320023;
}
#outerbox
{
    margin: -15px auto 15px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 980px;
    padding-top: 12px;
    border-bottom: #4c002e 12px solid;
    border-left: #4c002e 12px solid;
    border-right: #4c002e 12px solid;
    border-top: #4c002e 12px solid;
    background-color: #4c002e;
}
#topcolor
{
    position: absolute;
    background-color: #4c002e;
    width: 100%;
    height: 115px;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#top
{
    margin: 10px auto 10px;
    clear: both;
    top: 5px;
}
#footer
{
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    height:100%;
width: 980px;
    margin:0px auto 15px;
    border-bottom: #4c002e 12px solid;
    border-left: #4c002e 12px solid;
    border-right: #4c002e 12px solid;
    clear: both;
    float: none;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #4c002e;
}
