﻿body
{
    background-color: #333333;
    margin: 0px 0px 0px 0px;
}

.MasterBGTop
{
    background-image: url('../Images/bgTop.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 48px;
}

.MasterBGLeft
{
    background-image: url('../Images/bgLeftSide.jpg');
    background-repeat: no-repeat;
    width: 100px;
    height: 710px;
}

.MasterMiddle
{
    width: 800px;
    height: 710px;
    vertical-align: top;
    background-color: #1c1c1c;
}

.MasterBGRight
{
    background-image: url('../Images/bgRightSide.jpg');
    background-repeat: no-repeat;
    width: 100px;
    height: 710px;
}

.MasterHeaderRepeater
{
    background-image: url('../Images/HeaderRepeater.jpg');
    background-repeat: repeat-x;
    width: 800px;
    height: 89px;
}

.MasterLeftRepeater
{
    background-image: url('../Images/bgLeftRepeater.jpg');
    background-repeat: repeat-y;
    width: 100px;
}

.MasterRightRepeater
{
    background-image: url('../Images/bgRightRepeater.jpg');
    background-repeat: repeat-y;
    width: 100px;
}

.MasterBottom
{
    background-image: url('../Images/bgBottom.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 33px;
}

.MasterBodyRepeater
{
    background-image: url('../Images/bgBodyRepeater.jpg');
    background-repeat: repeat-x;
    height: 350px;
    vertical-align: top;
}

