关于块没法居中的问题。
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type";content="text/html";charset="utf-8">
<title>几米的世界</title>
<style type="text/css">
*<margin:0;padding:0;font-size:12px;font-family:Arial,Helvetica,sans-serif,"宋体" >
a{text-decoration:line-through;}
a:hover{text-decoration:underline;}
h2{line-height:50px;font-size:14px;margin-bottom:5px;}
p{line-height:20px;text-indent:26px;margin-bottom:5px;}
#wrap{margin:0 auto; width:770px;}
#header{border:4px solid #badbdb; width:770px;height:92px;
text-align:right;
background:url(http://img1.sycdn.imooc.com//536c9dc30001135400800080.jpg) no-repeat;
color:blue;}
#header a{color:red;margin:0 5px;}
#mainbody #footer{width:100%}
#footer{text-align:center;margin:20px;}
.content{background:#eff9f9;width:770px;
border:4px solid #badbdb;pading:44px 0 0 0;}
.profile{background:url(../images/t_profile.gif) no-repeat #eff9f9;}
.book{background:url(../images/t_book.gif) no-repeat #eff9f9;}
.book img{border:1px solid #b1adaa;margin:10px 18px;}
</style>
</head>
<body>
<div id="wrap"></div>
<div id="header"><a href="#">联系我们</a>|<a href="#">站点地图</a></div>
<div id="mainbody">
<div class="content profile">
<h2>:: 关于幾米 ::</h2>
<p>幾米,一位用画笔描绘梦想、吸引无数读者画迷为之疯狂,知名度迅速窜升的当红绘本作家,同时却也是一个腼腆善良的中年男子,偏好简单的居家生活,低调而淡泊</p>
<p>幾米的个性害羞内向,不擅长用言语表达,他用敏锐细腻的心去感受周遭的人与事,将情感、思绪藉由「绘画」传达他对大千世界的看法,作品风貌多变,创作力源源不绝,因此看幾米的作品,就像是走入他的内在,幾米的故事引领着每一位欣赏他作品的人看到并相信世界上的美与善,同时也反应了现代人生活中的点点滴滴,因此每个人都能在他的故事找到一个映照和寄托,或许这就是幾米作品的迷人之处。</p>
</div>
</div>
<div class="content book">
<a href="#"><img src="http://img1.sycdn.imooc.com//536c9dc30001135400800080.jpg";weight:80;height;80></a>
<a href="#"><img src="http://img1.sycdn.imooc.com//536c9dc30001135400800080.jpg";weight:80;height;80></a>
</div>
<div id="footer">copyright © 2004-2012 Jimmyspa.com All Rights Reserved.</div>
</body>
</html>