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

#container {
	width:1000px;
	height: auto;
	float:left;
}
#container .frame{
	width:1000px;
	height: 569px;
	float:left;
	background-image:url(bg.jpg);	
	}
#container .frame2{
	width:1000px;
	height: 602px;
	float:left;
	background-image:url(bg2.jpg);	
	}
#container .frame3{
	width:1000px;
	height: 492px;
	float:left;
	}
#container .btn{
	width:200px;
	height: 50px;
	padding:30px 10px 0px 35px;
	float:left;
	}
#container .btn2{
	width:200px;
	height: 50px;
	padding:20px 10px 0px 35px;
	float:left;
	}
#container .work3{
	width:275px;
	height: 250px;
	padding:250px 40px 0px 20px;
	float:left;
	}

