@import url("reset.css");
@import url("base.css");

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, p, span, div {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#bgImage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#content {
	position: absolute;
	z-index: 1;
	margin-top: -70px; /* Half the height */
	margin-left: -350px; /* Half the width */
	top: 50%;
	left: 50%;
	width: 700px;
	height: 140px;
}

#content h1 {
	color: #fff;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#countDown {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 25px;
}

#message {
	color: #ffffff;
}

#signup {
	margin-top: 10px;
}
#notifymsg {
	font-size: 75%;
	color: #FFFFFF;
}

form input {
	border: 0;
	padding: .5em;
}

.sec 	{ color: #ff0000; }
.min 	{ color: #ff3c3c; }
.hours 	{ color: #ff5b5b; }
.days	{ color: #ff6c6c; }

#socialFooter {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 24px;
	margin: 5px;
	line-height: 24px;
	display: block;
}

#socialFooter img {
	margin-left: 5px;
}

