﻿#BoxTopLeft
{
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:0px 0px;
    width:194px;
    height:39px;
}
#BoxTop
{        
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:-194px 0px;
    width:421px;
    height:39px;
}
#BoxTopRight
{
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:-615px 0px;
    width:185px;
    height:39px;
}
#BoxLeft
{
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:0px -39px;
    width:194px;
    height:295px;
}
#BoxCenter
{

}
#BoxRight
{
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:-615px -39px;
    width:185px;
    height:39px;
}
#BoxBottomLeft
{
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:0px -334px;
    width:194px;
    height:36px;
}
#BoxBottom
{
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:-194px -334px;
    width:421px;
    height:36px;
}
#BoxBottomRight
{
    background:url('../Images/Welcome.jpg') no-repeat center;
    background-position:-615px -334px;
    width:185px;
    height:36px;
}