
body {
	background-color: #DF0024;
}

div.sub 
{
    height: 45px;
    background-image: url("../ideas/sub.gif");
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 12px;
}

div.footer 
{
    height: 54px;
    background-image: url("../ideas/base.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

/* Styles Used on Hompage */

td.whatsOn, td.playHours, td.feedback, td.ideas 
{
    width: 275px;
    height: 216px;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: top;    
}

td.whatsOn 
{
    background-image: url("../images/front_whatson.gif");
}

td.whatsOn a, td.feedback a 
{
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #DD0000;
    text-decoration: none;
}

td.playHours 
{
    background-image: url("../images/front_playhours.gif");
}

td.feedback 
{
    background-image: url("../images/front_feedback.gif");
}

td.ideas 
{
    background-image: url("../images/front_ideas.gif");
}

div.container 
{
    margin: 20px;
    margin-top: 50px;
}

div.barometer 
{
    background-color: #e2e200;
    width: 12px;
    position: absolute;
    bottom: 34px;
    left: 11px;
}

div.barometerBG
{
    background-image: url("../images/front_barometer.gif");
    width: 34px;
    float: right;
    height: 185px;
    vertical-align: baseline;
    position: relative;
}

