#right-bar {
    width: 256px;
    height: 620px;
    float: right;

    background: url('../images/disclosures/discount09_background.jpg') no-repeat top left;  
    margin: 0 -10px 0 10px; 
    text-align: center; 
}
#red-square {
    width: 200px;
    height: 260px;
    margin: 18px auto;
    padding: 0 10px;
    background: #c00;
    color: white;
    
}
#red-square img {
    position: relative;
    margin-top: -11px;
}
#red-square a {
    color: white;
}
#right-bar ul {
    list-style-image: url('../images/disclosures/tick.gif');
    text-align: left;
    font-size: .9em;
    margin: 0;
    padding: 0;
}
.left-list {
    position: relative;
    float: left;
    width: 100px;
    margin-left: 28px;
}
.right-list {
    position: relative;
    float: left;
    width: 105px;
    margin-left: 23px;
}
.approved {
    text-align: left;
    margin: 20px 5px 10px 5px;
}
#tv-image {
    float: right;
    margin: 0 0 0 20px;
}
h1 {
    color: #c00;
    font-size: 3.5em;
    text-align: center;
    margin-top: 30px;
}