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

body {
	background:url(images/bg.jpg) #000000 no-repeat;
	background-position:top center;
	margin:0 auto;
	padding:0;
}
#container {
	margin:0 auto;
}
#header {
	margin:0 auto;
	background:url(images/header.jpg) center no-repeat;
	width:747px;
	height:268px;
}
#main {
	background:url(images/content.jpg) center repeat-y;
	width:647px;
	margin:0 auto;
	padding:10px 50px;
}
.left{
	float:left;
	margin:10px;	
}
.right{
	float:right;
	margin:10px;	
}
#testi-wrap {
	width:502px;
	margin:0 auto;
	padding:0;
}
#top-testi{
	background:url(images/top-box.jpg) no-repeat;
	width:502px;
	height:130px;
}
#main-testi{
	background:url(images/content-box.jpg) repeat-y;
	width:402px;
	padding:10px 50px;
}
#foot-testi{
	background:url(images/foot-box.jpg) no-repeat;
	width:502px;
	height:60px;
}
#box-movie{
	width:744px;
	margin:0 auto;
}
#top-movie{
	width:744px;
	height:146px;
	margin:0 auto;
	background:url(images/top-video.jpg) no-repeat;
}
#content-movie{
	width:664px;
	background:url(images/content-video.jpg) repeat-y;
	padding: 0 40px;
	margin:0 auto;
}
#foot-movie{
	width:744px;
	background:url(images/foot-video.jpg) no-repeat;
	height:73px;
	margin: 0 auto;
}
#footer {
	background:url(images/footer.jpg) bottom center no-repeat;
	margin:0 auto;
	height:195px;
	width:747px;
}
#footer-wrap {
	background:url(images/footer-wrap.jpg) bottom center repeat-x;
	margin:0 auto;
	height:195px;
}
.clear{
	clear:both;
}
