#blackbar
    {
        position: absolute;
        top: 10px;
        width: 880px;
		left: -440px;
		margin-left: 50%;
        height: 40px;
        background-image: url('../bar/blackbar.png');
        background-repeat: repeat-x;
        border: none;
        z-index: 4;
    }
#blacktitle
    {
        position: absolute;
        top: -5px;
        left: 0px;
        width: 500px;
        height: 40px;
        background-image: url('../bar/blacktitle.png');
        background-repeat: no-repeat;
        border: none;
        z-index: 4;
    }        
#blackbarright
    {
        position: relative;
        z-index: 4;
        top: 0px;
        width: 0px;
        height: 40px;
        background-image: url('../bar/blackbarright.png');
        background-repeat: no-repeat;
        border: none;
    }
    
.box {border: 1px solid #000000;}    

.table {border: 1px solid #000000;}

#copyright {color: #OO0000;}
