body,html{
	width: 100%;
	margin: 0 auto;
	font-family:'Open Sans', sans-serif;
	background-color: #451812;
	/* background: url('../images/abt-company.jpg') no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 1vh;
	overflow:hidden;
	-webkit-text-shadow: 2px 2px 3px #000;
	-moz-text-shadow: 2px 2px 3px #000;
	-ms-text-shadow: 2px 2px 3px #000;
	text-shadow: 2px 2px 3px #000;
	behavior: url(../pie/PIE.htc);
}

.wrap{
	position:relative;
	top:120px;
	width: 100%;
	margin: 0px auto;
}
#logo{
	width: 300px;
	text-align: center;
	margin: 0 auto;
}


#logo img{
	width: 100%;
	margin:0 auto;
}
#intro{
	width: 100%;
	text-align: center;
	color: #ffb24e;
	font-size: 100%;
	margin: 0 auto;
}
#intro h1{
	
	
	font-weight: inherit;
	letter-spacing: 0.2rem;
	font-size: 10em;
	margin: 0 auto;
}

#countdown_dashboard {
	height: 300px;
	margin: 0 auto;
	width: 60rem;
}

