
body{
  background:#eeeded url("../img/layout/splash_bg.jpg") repeat-y  center top;
  width:100%;
  margin:0px;
  padding:0px;
}

.splash{
  background:transparent url("../img/layout/splash.jpg") no-repeat left top;
  height:766px;
  width: 989px;
  margin: 0 auto;
}
.splash .a{
  float:left;
  height:22px;
  width:60px;
  display:block;
}
.splash .logo{
  height:150px;
  width:250px;
  display:block;
  margin-left:69px;
  outline: none;
  float:left;
}
.splash .baner{
  height:350px;
  width:989px;
  display:block;
  outline: none;
  float:left;
}
.splash .start_pl{
  height:40px;
  width:45px;
  display:block;
  outline: none;
  float:right;

  margin-top:470px;
   
}
.splash .start_eng{
  height:40px;
  width:45px;
  display:block;
  outline: none;
  float:right;
  
   margin-top:470px;
   margin-right:90px;
}

