/* 
   
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/

   dark-gray:#393b42;
   mid-gray:#3a3c43;
   text-gray:#7b7d85;
   bright-txt:#bfc3d1;
   link-color:#64909c;
   yellow:#ffb229;
   blu:#0a2375;
   grayyellow:#8f7739;
   
*/

div {border: 0px solid #ACA250; 
margin: 0px; 
padding: 0px; 
}

#rigid {
      
      width: 933px; margin: 0 auto;
      border-left: 2px solid #7b7d85;
      border-right: 2px solid #7b7d85;
}

#topheader {
position: relative;
width: 100%; 
background-color: #3b3d44;
}
#subheader {
width: 100%; 
background-color: #3b3d44;
}

#header {
width: 100%; 
}

#body {
width: 100%; 

background-color: #3a3c43;
margin: 0px; 
padding: 0px; 
}

#bottomspace {
position: relative;
background-color: #3a3c43;
}

#leftbottom {
width: 339px;
height: 164px; 

}

#rightbottom {
position: absolute;
top: 0px;
left: 339px;
width: 594px;
height: 162px;
background-image: url("resources/newsflashback.jpg");

}

#footer {
width: 100%; 
height: 59px;
background-color: #2f3137;
}

