@charset "utf-8";
/* CSS Document */

*{margin:0;
	padding:0;
}

body{background:url(img/bg02.jpg) repeat-x;
}

#wrap{width:850px;
	height:600px;
	margin:0 auto;
}


.top{height:44px;
	background:url(img/head.jpg) no-repeat;
}

.main{height:595px;
	background:url(img/main.jpg) no-repeat;
	display:block;
}

.foot{height:161px;
	background:url(img/foot.jpg) no-repeat;
	display:block;
}

.teaser{width:778px;
	height:600px;
	background:url(img/img.jpg)
}

.box{width:758px;
	height:161px;
	margin:0 auto;
	padding-top:0;
	color:#333;
	font-size:small;
	text-align:center;
}