body 
{
	margin:0px;
	padding:0px;
	color:#000;
	font-size:14px;
    font-family :arial, 宋体, serif;
}

#mainFrame
{
  width:900px;
  background-color:#e4f4fc;	
}



/*头部 start*/
.head
{
	width:100%;
    height:160px;
    text-align:right;
    background-image: url(images/head.jpg);
    background-position:0px 0px;
    background-repeat: repeat-x;
}
/*头部 end */


/*菜单 start*/
.navBkg
{
   width:100%;
   height:39px;
   clear:left;
   display:inline-block;
   background-image: url(images/nav.jpg);
}

.nav
{
	margin-left:16px;
	margin-top:5px;
}
/*菜单 end */


/*中部 start*/
.mainBody
{
    width:100%;
    clear:left;
    display:inline;
}

/*中部 end*/



/*底部 start*/
.bottom
{
    width:900px;
    height:156px;
    text-align:right;
    background-image: url(images/bottom.jpg);
    background-position:0px 0px;
    background-repeat: repeat-x;
}
/*底部 end*/










