body,html{
	margin-top:0;
	/*background-color: #EFEFEF;*/
	}
	
	
html{
	
	background-image: url(pic/bg.jpg) ;

	}	

#all{ position:relative;width:880px;margin:0 auto;}	

#bg{
	width:880px;
	/*height:690px;*/
	
	padding:0;
	background:url(pic/container_bg_top.png) top left no-repeat;

	}

#container{
	position:relative;
	width:850px;
	/*height:660px;*/
	padding:0px 20px 0 10px;
	margin:0;
	background:url(pic/container_bg_body.png) top left  ;
	}

#container:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
    }

#top{
	position:relative;
	margin:0;
	height:258px;
	width:850px;
	padding:10px 20px 0 10px;
}

#body{
	position:relative;
	margin:0;
	padding:0;
	width:850px;
}

#menu{
	position:relative;
	margin:0px 0 0 0;
	padding:0;
	width:140px;
	height:355px;
	float:left;
	border-right:0px solid #ccc;
	}
	
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
		
#menu li{
	margin:0;
	padding:0;}

#content{
	float:left;
	width:708px;
	height:100%;
	margin:0;
	padding:0px;
	border-left: 1px solid #ccc;
	}


#bottom{
	clear:both;
	position:relative;
	margin:0;
	width:850px;
	height:170px;
	padding:0px 20px 15px 10px;
	background:url(pic/container_bg_bottom.png) top left no-repeat;
	}
