@charset "utf-8";
/* CSS Document */

<!--头部-->
*{margin:0;padding:0;}
body{ background-color:#FFC;}
#head{width:100%;height:70px;background:#281400;}
#logo{position:absolute;left:215px;}
#daohang{ width:100%; height:31px; background-color:#963; position:absolute; top:70px;}
#daohang ul{ margin:0 auto; width:960px;}
#daohang li{ list-style-type:none; float:left; font-size:14px; width:150px; height:30px; line-height:30px; text-align:center;}
#daohang li a{ text-decoration:none; color:#FC6;}
#daohang li a:hover{ display:block; color:#630; background-color:#FF9; border-bottom:1px solid #F90;}
#pic{width:960px; height:200px; margin:0 auto; margin-top:30px;}
#pic img{ float:right;}
<!--end-->


