#body{
  margin: 0;
  panddnig: 0;
  overflow: auto;
  }

.header{
width: 700px;
height: 100px;
background-image: url(../images/plsheader1.gif);
background-repeat: no-repeat;
position: absolute;
top: 10px;
left: 200px;
}

.main{
	position: absolute;
    top:200px;
    left: 20px;
}	

.hooter{
	width: 700px;
	height: 100px;
	background-image: url(../images/hooter2.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 400px;
	}


h1{	position: absolute;
    top:10px;
    left: 20px;
	background-image: url(../images/ya_5_1.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	text-indent: 18px;
	width:700px;
	}
	
ul#menu{
    list-style:none;
    width:100%;
    top: 500px;
	left: 100px;
}
ul#menu li{
    list-style:none;
    float:left;
    width:200px;
}
ul#menu a{
    display:block;
    width:200px;
    height:200px;
    text-indent:-200px;
    overflow:hidden;
}

a.bs{
    background-image: url(../images/bs3.gif);
	position: absolute;
    left: 80px;
	top: 100px;

}
a:hover.bs{
    background-position:0px -200px;
}
a.pangu{
    background-image:url(../images/pungu4.gif);
    position: absolute;
    left: 380px;
    top: 100px;
}
a:hover.pangu{
    background-position:0px -200px;
}

