@charset "utf-8";
/* CSS Document */

#container {
	width:1000px;
	height: auto;
	float:left;
	background-image:url(bg.jpg);
}
h4{
	font-size:16px;
	padding:0px;
	margin:0px;
	
	}
#photo{
	width:440px;
	height: 344px;
	float:left;
	}
#work {
	width:468px;
	height:464px;
	float:left;
	background-image:url(bg1.jpg);
	}	
#work .head{
	width:468px;
	height: 30px;
	float:left;
	padding:0px 0px 0px 0px;
	
	}
#work .works1{
	width:428px;
	height: auto;
	float:left;
	padding:10px 0px 0px 40px;

	}
#container .pic1{
	width:295px;
	height: auto;
	float:left;
	}	
#container .bottom{
	width:760px;
	height: auto;
	float:left;
	}	

