* {margin:0; padding: 0;}
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

#intro {
	position: relative;
	min-height: 900px;
	width: 100%;
	background: #960 url(../images/wood03.jpg) no-repeat center center;
	color: #FFF;
	background-size: cover !important;
	-webkit-background-size: cover !important;   
}
#main {
	position: relative;
	min-height: 900px;
	width: 100%;
	background: #960 url(../images/wood01.jpg) no-repeat center center;
	color: #FFF;
	background-size: cover !important;
	-webkit-background-size: cover !important;   
}

#map {
	position: relative;
	min-height: 900px;
	width: 100%;
	background: #960 url(../images/wood02.jpg) no-repeat center center;
	color: #FFF;
	background-size: cover !important;
	-webkit-background-size: cover !important;   
}
#footer {
	position: relative;
	min-height: 100px;
	width: 100%;
	background: #960 url(../images/wood01.jpg) no-repeat center center;
	color: #FFF;
	background-size: cover !important;
	-webkit-background-size: cover !important;   
}
#logo {	
	width: 190px;	
	margin: 0 auto;
	text-align: center;
}
.content {
	max-width:980px;
	margin: 0 auto;
	padding: 20px;
}
.center {
	margin: 0 auto;
	text-align:center;
}
.map {
	width: 80%;
	margin:0 auto;
	border: 1px solid #000;
	box-shadow: 3px 3px 5px #000;
}



/* counter */
#counter {
	width: 75%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
#counter span {
	font: 72px "Times New Roman", serif;
	display: block;
	padding: 12px 0 30px;
	min-width: 25%;
	float: left;	
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);	
	border: none;	
}
#counter span em {
	font: 14px "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 12px;	
	display: block;
	color: #000;
	color: rgba(0, 0, 0,.9);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);	
}

#dateopen {
	margin: 0 auto;
	padding: 20px;
	clear:both;
	font-size:48px;
	text-align:center;
}

#year {
	margin: 0 auto;
	padding: 10px;
	clear:both;
	font-size:48px;
	text-align:center;
}