<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>个人主页</title>
</head>
<style>
.div1{
height:90px;
width:820px;
background-image:url(mp51504315_1451501956008_3.png);
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}
.div2{
width:820px;
background-color:#7B7273;}
table{
font-size:12px;
font-family:"幼圆";}
.div3{
width:820px;
height:320px;
border-style:solid;
border-color:#ffeedd;
border-width:10px;}
.div4{
width:810px;
height:150px;
text-align:left;
border-bottom-width:2px;
border-bottom-style:dotted;
border-color:#ffeedd;}
.div5{
width:810px;
height:150px;
text-align:left;
}
ul{
font-size:15px;
font-family:"楷体";}
</style>
<body >
<center>
<div>
<div class="div1"></div>
<div class=div2>
<table width=99%><tr align="center"><td>首页</td><td>最新消息</td><td>产品展示</td><td>销售网络</td><td>人才招聘</td><td>客户服务</td></tr></table>
</div>
<div class="div3">
<div class="div4">
<ul>最新消息
<li>公司举办2011篮球比赛</li>
<li>消防演练大比武</li>
<li>优秀员工评比</li>
<li>公司发布招聘消息</li></ul>
</div>
<div class="div5">
<ul>客户案例
<li>上海电力公司</li>
<li>辽宁电力公司</li>
<li>河北电力公司</li></ul>
</div></div></div></center>
</body>
</html>