﻿body
{
}

#MainScreen
{
    height: 600px;
    width: 675px;
    position: relative;
    right: 30px;
}
#HeadScreen
{
    height: 66px;
    width: 675px;
}
#MiddleContainer
{
    float: left;
    width: 675px;
    height: 326px;
}
#rightBorder
{
    width: 61px;
    height: 336px;
    float: left;
}
#TheScreen
{
    float: left;
    width: 550px;
    height: 336px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#LeftBorder
{
    width: 64px;
    height: 326px;
    float: right;
}
#ScreenFooter
{
    height: 208px;
    width: 675px;
}
