
#header-bg {
	background: url(images/top_header_bg.jpg) no-repeat center top;
	height: 850px;
   background-size: 100% auto;
	top: 100px;
}

div.mainimg {
	text-align: center;
}

div.mainimg h2 {
	color: white;
	font-size: 65px;
	text-shadow: 0 .05em .08em #2b10a5b3;
	padding-top: 220px;
}

div.mainimg p {
	background-color: white;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 300px;
	padding: 5px 25px;
	letter-spacing: 1px;
}

div.message {
	background: url(images/top_message_img.jpg) no-repeat left top;
	padding: 40px 160px 40px 700px;
}

div.message p.link {
	text-align: right;
}

div.menu ul {
	display: table;
	width: 100%;
	background-color: black;
}

div.menu ul li {
	display: table-cell;
	position: relative;
	width: 25%;
}

div.menu ul li a {
	display: block;
	text-decoration: none;
}

div.menu ul li span.title {
	color: white;
	display: block;
	font-size: 22px;
	left: 50%;
	margin: -29px 0 0 -90px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 180px;
	z-index: 2;
	font-weight: 600;
}

div.menu ul li span.title em {
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	text-align: center;
	letter-spacing: 1.5px;
}

div.menu ul li a span.img img {
	height: auto;
	transition-duration: .5s;
	width: 100%;
}

div.menu ul li a:hover span.img img {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	 opacity: .8;
	 opacity: .80;
	transform: scale(1.2);
	transition-duration: .5s;
}

body#error div.mainimg {
	background-position: center top;
	height: 200px;
}

body#error div.mainimg {
	background-position: center top;
	height: 200px;
}

body#error h1 {
	font-size: 30px;
	padding: 80px 0px 50px 0px;
}
