﻿@charset "utf-8";
/* CSS Document */

#logo img,#name,#nav span,#nav ul{ behavior: url("iepngfix.htc") }


body{ margin:0;padding:0;font:12px Arial, Helvetica, sans-serif; background:#89d2e5}
ul{ list-style:none; margin:0; padding:0;}
a:link,a:visited{text-decoration:none;color:#878787;cursor: pointer;}
a:hover{text-decoration:underline;cursor: pointer;}
img{border-width:0px;}/*全局end*/
#wrapper{ margin:0 auto; width:1000px; background:url(images/indexbg.jpg) no-repeat 600px 70px; }

#header{ margin:0 auto;padding:0; width:980px;}
#logo{ padding:30px 0 0 14px;}
#nav{}
#nav ul{ width:100%;height:45px;background:url(images/nav.gif) no-repeat  0 -160px transparent ;  margin:15px 0 0 0;}
#nav ul li{ float:left; width:auto;}
/*#nav ul li a:hover{ display:inline-block;background:url(images/nav.gif) no-repeat 0 -45px ;}*/
#nav ul li span{display:inline-block;width:148px;height:38px;}
#name{ background:url(images/nav.gif) no-repeat 0 -140px; width:230px; height:18px; margin:60px 0 0 14px;}/*顶部end*/

#content{ width:980px; margin:20px auto;}
#content p{ margin:20px 0 20px 30px;}
.flash{ margin:-60px auto 0; text-align:center;}



#footer{width:980px; margin:0 auto 20px;}
/*页尾end*/




