.spacer {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin:0;
  padding:0;
}

body {
  background:#b2b2b2;  
  height:100%;
  margin:0 auto;
}

.site {
  width: 1005px;
  text-align: center;   
  color:#ffffff;
  font-size:12px;
  font-family:arial; 
}

.land {
  background:url(../images/landing.png) no-repeat;
  margin:0 auto;
  position:relative;
  top:200px;
  width:700px;
  height:418px;
}



a.pl{
 background:url(../images/bpl.png) no-repeat;
 width:80px;
 height:80px; 
 margin:0 auato;
 position:absolute;
 top:55%;
 left:33%;
}

a.pl:hover{
 background:url(../images/bplh.png) no-repeat;
 width:80px;
 height:80px; 
 position:absolute;

}

a.en{
 background:url(../images/ben.png) no-repeat;
 width:80px;
 height:80px; 
 margin:0 auto;
 position:absolute;
 top:55%;
 left:55%;
}

a.en:hover{
 background:url(../images/benh.png) no-repeat;
 width:80px;
 height:80px; 
 position:absolute;
}