/*コンテナ設定*/

#cont {
	position:absolute;
	width:800px;
	height:462px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-231px;
	background-image: url(../img/info_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}