*{
  margin:0px;
  padding:0px;
}
body{
  text-align:center;
  background:#9C9D9A;
  font-family:Helvetica;
}
#main{
  margin:0px auto;
  position:relative;
  width:1050px;
  height:675px;
  background:url("../images/main_background.jpg") no-repeat;
}
#main2{
  margin:0px auto;
  position:relative;
  width:1050px;
  height:1300px;
  background:url("../images/main2_background.jpg") no-repeat;
}
#header{
  position:relative;
  float:left;
  width:1050px;
  height:82px;
}
img{
  border:none;
}
.logo_pos{
  position:absolute;
  left:75px;
  top:20px;
}
#menu{
  position:relative;
  float:right;
  top:10px;
  height:22px;
  width:400px;
}
#menu a{
  color:#FFFFFF;
  text-decoration:none;
}
.menu_text{
  font:normal 11px arial;
  color:#FFFFFF;
}
.enter_now{
  position:absolute;
  top:340px;
  left:708px;
}
#silo1, #silo2, #silo3{
  position:absolute;
  top:474px;
  height:169px;
}
#silo1{
  width:415px;
  left:53px;
  background:url("../images/silo1.jpg") no-repeat;
}
#silo2{
  width:270px;
  left:478px;
  background:url("../images/silo2.jpg") no-repeat;
}
#silo3{
  width:244px;
  left:758px;
  background:url("../images/silo3.jpg") no-repeat;
}
.silo1_button, .silo2_button, .silo3_button{
  position:absolute;
  left:5px;
}
.silo1_button{
  top:89px;
}
.silo2_button{
  top:100px;
}
.silo3_button{
  top:100px;
}
.contest_rules{
  position:absolute;
  height:15px;
  width:175px;
  top:410px;
  left:740px;
}

#footer{
  position:absolute;
  width:1050px;
  bottom:-10px;
  left:53px;
  height:30px;
  text-align:left;
  font-weight:bold;
  font-size:11px;
  color:#000000;
}
#footer a{
  color:#000000;
  text-decoration:none;
}
