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

#container {
	width:1000px;
	height: auto;
	float:left;
}
#container .frame{
	width:1000px;
	height: 492px;
	float:left;
	background-image:url(bg.jpg);	
	}
#container .frame2{
	width:1000px;
	height: 492px;
	float:left;
	background-image:url(bg2.jpg);	
	}
#container .frame3{
	width:1000px;
	height: 492px;
	float:left;
	background-image:url(bg3.jpg);	
	}
#container .work{
	width:280px;
	height: 250px;
	padding:250px 10px 0px 45px;
	float:left;
	}
#container .work2{
	width:280px;
	height: 250px;
	padding:250px 20px 0px 30px;
	float:left;
	}
#container .work3{
	width:275px;
	height: 250px;
	padding:250px 40px 0px 20px;
	float:left;
	}

