.HeaderPane, .FooterPane
{
    position:absolute; 
    overflow:hidden; 
    left:0; 
    width:100%; 
}
.HeaderPane
{
    top:0; 
    height:112px;
}
#Motto
{
    color: White;
    display: block;
    font-size: x-small;
    height: 20px;
    left: 100px;
    position: absolute;
    right: 200px;
    text-align: right;
    top: 90px;
}

.FooterPane
{
    bottom:0; 
    height:25px;
    background-color: #333333;
    font-size:xx-small;
    color:White;
}
