body{
 color:#999999;
 font-size:15px; 
}
#all{
 width:800px;
}
#hearder{
 width:800px;
}
#heading{
 width:600px;
 height:200px;
 float:right;
 background-image:url("./hi.gif");
 background-repeat:no-repeat;
 background-position:bottom center;
}
#fin{
 width:400px;
 margin:0 100px 0 100px;
}
#clear{
 clear:both;
}
#main{
 float:left;
 width:500px;
}
#menu{
 float:right;
 background-color:#FFCCFF;
 width:300px;
}
#footer{
 clear:both;
 background-color:#000099;
 width:800px;
 height:20px;
 text-align:center;
 color:#FFFFFF;
}
#ken{
 background-image:url("./ken.jpg");
 background-repeat:no-repeat;
 width:200px;
 height:200px;
 float:left;
}
#ken h1 span{
 display:none;
}
hr{
 color:#0000CC;
 border:dotted;
}
