html 
{
    overflow:hidden;
}


body 
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 38px;
	font-weight: 600;
    margin: 0px;  
    /*background-image: url('/images/Symon_web_bg.jpg');*/
    background-repeat: no-repeat;
    background-color: #999999;
}

.announcement
{
    color: black;
    /*background-color: #f1f1f1;*/
    width: 887px;
    height: 602px;
    /*margin-right: 50px;*/
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    /*background-image: url('/images/Symon_web_bg.jpg');
    background-repeat: repeat;*/
}

.tracker
{
    color: black;
    /*background-color: #f1f1f1;*/
    width: 1580px;
    height: 958px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background-image: url('/images/Symon_tracker_bg.jpg');
    /*background-repeat: repeat;*/
}

#therm_left
{
    float: left;
    width: 0px;
}

#therm_middle
{
    float: left;
    width: 210px;
    height: 788px;
    background-image: url('/images/therm.png');
    margin-left: 150px;
    margin-top: 70px;
    position: relative;
}

#therm_right
{
    float: left;    
    width: 450px;
    text-align: left;
    padding: 40px;
    margin-top: 100px;
}

.progress_panel
{
    height: 558px;
    width: 30px;
    border-color: Black; 
    border-width: 0px; 
    border-style: solid; 
    background-color: Red;
    position: absolute;  
    left: 89px;
    top: 49px;
}

.progress_label
{
    
}

.clear
{
    clear: both;     
}

