﻿.MapBkg
{
    background-position: left top; 
    background-image: url('../images/background/samplemap_watermark.jpg'); 
    background-repeat: repeat;
}

.HeaderBkg
{
    background-position: center bottom; 
    background-image: url('../images/background/header_2.JPG'); 
    background-repeat: no-repeat;
}

.HeaderComp
{
    background-position: center top; 
    background-image: url('../images/background/headerComp_2.JPG'); 
    background-repeat: no-repeat;
}

.UL
{
    background-position: left top; 
    width:45px; 
    height:45px;
    background-image: url('../images/background/ul.jpg'); 
    background-repeat: no-repeat;
}

.Top
{
    background-position: center top; 
    background-image: url('../images/background/top.jpg'); 
    background-repeat: repeat-x;
}

.UR
{
    background-position: right top; 
    width:45px;
    background-image: url('../images/background/ur.jpg'); 
    background-repeat: no-repeat;
}

.Right
{
    background-position: right top; 
    background-image: url('../images/background/right.jpg'); 
    background-repeat: repeat-y;
}

.BR
{
    background-position: right bottom; 
    background-image: url('../images/background/br.jpg'); 
    background-repeat: no-repeat;
}

.Bottom
{
    background-position: left bottom; 
    background-image: url('../images/background/bottom.jpg'); 
    background-repeat: repeat-x;
}

.BL
{
    background-position: left bottom; 
    height:45px;
    background-image: url('../images/background/bl.jpg'); 
    background-repeat: no-repeat;
}

.Left
{
    background-position: left top; 
    background-image: url('../images/background/left.jpg'); 
    background-repeat: repeat-y;
}
