*{
  margin:0px;
  padding:0px;
}
body{
  text-align:center;
  background:#FFFFFF;
  font-family:Trebuchet MS;
  background-color:#232122;
}
#main{
  margin:0px auto;
  position:relative;
  width:950px;
}
#top_section{
  background:url('../images/top_section.jpg') no-repeat;
  position:relative;
  float:left;
  width:950px;
  height:367px;
}
#bottom_section{
  background:url('../images/bottom_section.jpg') no-repeat;
  position:relative;
  float:left;
  width:950px;
  height:308px;
}
.enter_button{
  position:relative;
  float:left;
  border:none;
  top:280px;
  left:380px;
  cursor:pointer;
}
#silo_section{
  position:relative;
  float:right;
  width:575px;
  height:150px;
  top:104px;
}
.silo{
  position:relative;
  float:left;
  border:none;
  padding-left:4px;
  cursor:pointer;
}
#footer{
  position:relative;
  float:left;
  clear:both;
  height:20px;
  width:950px;
  font:normal 9px helvetica;
  color:#989797;
  text-align:right;
}
a{
  cursor:pointer;
  color:#989797;
  text-decoration:none;
}
#rules_main{
  margin:0px auto;
  position:relative;
  width:366px;
  text-align:left;
}
.bold{
  font-weight:bold;
}
.rules{
  font:normal 12px helvetica;
  color:#8C8A8A;
}
.rules_link{
  position:relative;
  float:left;
  width:110px;
  height:18px;
  top:345px;
  left:35px;
  cursor:pointer;
}


