﻿html
{
    height: 100%;
    width: 100%;
}
body
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    background: #780001;
    font-family: Arial;
}
#MenuBar
{
    width: 240px;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
img.swoosh
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 240px;
    z-index: 0;
    overflow: hidden;
}
img.logo
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    overflow: hidden;
    border: none;
}
a.logo
{
    border: none;
}