#container {
   background-color: #666666;
   background-position:center;  /* the background          */
    /*filter:alpha(opacity=50);   Internet Explorer       */
   /* -moz-opacity:0.5;           Mozilla 1.6 and below   */
   /* opacity: 0.5;               newer Mozilla and CSS-3 */
    COLOR: #000000;
	width: 100%;
}
#opaquetext {
   /*filter:alpha(opacity=100);   discarded */
    /*-moz-opacity:1.0;           discarded */
    /*opacity: 1.0;               discarded */
}
#headline{
text-align:center;
text-transform:uppercase;
}
#newsdone {
background-color: #f0f0f0;
COLOR: #000000;
width: 100%;
}
#news {
background-color: #f0f0f0;
COLOR: #FF0000;
width: 100%;
}
#progress {
size:portrait;
text-transform:inherit;
background-color: #f0f0f0;
COLOR: #FF0000;
width: 100%;
}
#login {
/*background-color: #000000;*/
COLOR: #ffffff;
width: 49%;
}