#top_pic {
	height: 525px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-image: url(../img/top/top.jpg);*/
	background-image: url(../../data/img/top/top.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: center;
}

#top_info {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 270px;
	height: 135px;
	background-image: url(../img/top/top_info.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;	
}


