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