﻿p
{
    color: Gray;
    margin: 0 0 0 0;
    text-align: center; 
}

#billboard
{
    
}

#billboard .bg_left
{
    background-image: url(images/menu/menu_bg_left.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 7px;
}

#billboard .bg_middle
{
    background-image: url(images/menu/menu_bg_middle.png);
    background-repeat: repeat-x;
    height: 27px;
}

#billboard .bg_right
{
    background-image: url(images/menu/menu_bg_right.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 7px;
}