body
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    background: #fff;
    min-width: 600px;
    font-size: 90%;
}

#head
{
    text-align: center;
}

#foot
{
    font-size: small;
}

#header
{
    clear:both;
    float:left;
    width:100%;
    background-color: #87bfff;
    border-bottom:1px solid #000;
}

#mask
{
    position: relative;
    clear:both;
    float:left;
    width: 100%;
    overflow:hidden;
}

#mask2
{
    float: left;
    width: 100%;
    position: relative;
}

#menu, #body
{
    float:left;
    position:relative;
    padding-bottom:0 0 1em 0;
    overflow: hidden;
}

#mask
{
    background: #fff;
}

#mask #mask2
{
    right: 80%;
    background-color: #f4f4f4;
    border-right: 1px solid #000
        
}

#mask #body
{
    width:71%;
    left: 102%;
}

#mask #menu
{
    width:18%;
    left: 10%;
}

#footer
{
    clear:both;
    float:left;
    width:100%;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    background-color: #87bfff;
}