img {
border: 0px;
}
a {
color: #B9B9B9;
text-decoration: none;
}

a:hover {
color: #6EA344;
text-decoration: underline;
}

body {
margin: 0;
padding: 0;
font-family: tahoma, verdana, helvetica;
font-size: 9px;
color: #B9B9B9;
text-align: center;
}
#wrapper {
border: 0px solid red;
width: 1050px;
height: 727px;
margin-left: auto;
margin-right: auto;
}

#left_bar {
top:2px;
background-image: url('images/sidebar_left.jpg');
}

#right_bar {
top:2px;
background-image: url('images/sidebar_right.jpg');
}
#left_bar, #right_bar {
position: relative;
float: left;
height: 870px;
width: 49px;
background-repeat: no-repeat;
border: 0px solid blue;
overflow: hidden;
}

#center_content {
position: relative;
float: left;
border: 0px solid green;
height: 100%;
width: 952px;
}

#flash_content {
height: 465px;
width: 952px;
background-image: url('images/flash_placeholder.jpg');
background-repeat: no-repeat;
}
#demo_content {
height: 465px;
width: 952px;
background-image: url('images/demo_background.jpg');
background-repeat: no-repeat;
}

#bottom_content {
/*height: 100%;*/
width: 952px;
}

#silos {
height: 153px;
width: 952px;
}
#silo_entertainment, #silo_supremacy, #silo_inside, #silo_logo, #silo_sweepstakes { 
position: relative;
overflow: hidden;
float: left;
height: 153px;
}

#silo_entertainment {
width: 260px;
}

#silo_supremacy {
width: 277px;
overflow: hidden;
}

#silo_inside {
width: 261px;
}

#silo_logo {
width: 153px;
}
#silo_sweepstakes {
width: 415px;
}

#footer {
width: 952px;
height: 109px;
background-image: url('images/footer.jpg');
background-repeat: no-repeat;
margin-top: 0px;
color: #868686;
}
#footer a {
  color: #868686;
  font-size: 10px;
}
#footer_content_left {
text-align: left;
position: relative;
padding-left: 20px;
padding-top: 22px;
float: left;
width: 515px;
}
#footer_content_right {
}
.icon {
  height: 37px;
  width: 36px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
