
div.mainphoto {
	background: url(images/top_mainphoto.jpg) no-repeat center top;
	height: 570px;
}

div.mainphoto h2 {
	margin: 0px auto;
	padding: 84px 0px 0px 40px;
	text-align: left;
	width: 1000px;
}

div.message {
	background: url(images/top_message_bg.png) no-repeat center bottom;
	padding-bottom: 80px;
}

div.message div.text {
	padding-top: 30px;
}

div.message div.text p {
	text-align: center;
}

div.menu {
	background: url(images/top_menu_bg.png) no-repeat center top,
	url(images/bg_canvas_dark.jpg) repeat center top;
	height: 565px;
}

div.menu ul {
	margin: 0px auto;
	padding: 14px 0px;
	width: 1000px;
}

div.menu ul li {
	display: inline-block;
	padding: 64px 50px;
	width: 400px;
}

div.menu ul li a {
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	display: block;
	padding: 20px 50px;
}

