
div.header-img {
	background: #e3d7ba url(images/top_mainimage.jpg) no-repeat center top;
}

div.maincopy {
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
	margin: 0px auto;
	-moz-border-radius: 20px;
	padding: 50px 0px 35px 0px;
	position: relative;
	-webkit-border-radius: 20px;
	width: 800px;
}

div.maincopy h3 {
	font-size: 190%;
	font-weight: 500;
	line-height: 1.4em;
	padding-bottom: 20px;
}

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

div.recommend {
	background: white url(images/top_recommend_bg.jpg) no-repeat center top;
}

div.topmenu {
	margin: 0px auto;
	width: 780px;
}

div.topmenu a {
	border-radius: 50%;
	box-sizing: border-box;
	color: white;
	display: block;
	font-size: 33px;
	font-weight: 300;
	height: 364px;
	-moz-border-radius: 50%;
	padding: 130px 0px 60px 0px;
	text-decoration: none;
	-webkit-border-radius: 50%;
	width: 364px;
}

div.topmenu a.profile {
	background: url(images/menu_profile.jpg) no-repeat center top;
	float: left;
}

div.topmenu a.contact {
	background: url(images/menu_contact.jpg) no-repeat center top;
	float: right;
}

div.topmenu a span {
	font-size: 18px;
	font-weight: bold;
}
