* { 
	margin: 0px 0px; 
	padding: 0px 0px 
}
body { 
	margin:0px; 
	padding:0px; 
	/*overflow:hidden;*/
	font-family: Arial, Helvetica, sans-serif;
}

#mydiv {
	position:relative;
	width:100%;
	height:100% !important;
	margin: 0px auto;
	border:#0F0 0px solid;
	text-align:center;
}

.fadeBgImg {
	overflow: hidden;
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
	display: block;
	z-index:0; 
	margin:0px auto; 
	border:#F00 0px solid
}

p { 
	text-align:center;
	margin: 0px auto 
	}
	
#logo-1 {
	width:337px; 
	height:95px;
	margin-top: 50px; 
	}

#logo-2 {
	margin-top: 30px;
	font-size: 28px;
	}
#logo-3 {
	margin-top: 12px;
	font-size: 22px;
	}

	
#download {
	width: 100%;
    height: 20px;
    border: #F00 0px solid;
    color: #fdb813;
    font-family: arial;
    font-size: 29px;
    text-decoration: none;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
	
	}

#download a{ 
	color:#949698; 
	font-family:"Century Gothic"; 
	font-size: 12px;
	text-decoration:none 
	}

#download a:hover{ 
	color:#57595b; 
	}

#Email {
width: 100%;
    height: auto;
    border: #F00 0px solid;
    color: #7b7b7b;
    font-family: "Century Gothic";
    font-size: 16px;
    text-decoration: none;
    margin-top: 5px;
    text-align: center;
	
	}

#Email a{ 
	color:#7b7b7b; 
	font-family:"Century Gothic"; 
	font-size: 16px;
	text-decoration:none 
	}

#Email a:hover{ 
	color:#57595b; 
	}

#soon {
	width:204px; 
	height:71px; 
	margin-top: 120px; 
	}
	
#line {
	position: fixed; 
	z-index:98525522554555555; 
	width:100%; 
	height:220px; 
	bottom: 0px;
	}
#line img {
	width:auto; 
	height:220px; 
	}		



.fadeIn {
	/* Styling for Demo
	---------------------------------------------------- */
	border:0px solid #e9e9e9;
	
	/* CSS needed for animation
	---------------------------------------------------- */
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-2s {
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-o-animation-duration:1.5s;
	animation-duration:1.5s;
}
.fadeIn-4s {
	-webkit-animation-duration:2.5s;
	-moz-animation-duration:2.5s;
	-o-animation-duration:2.5s;
	animation-duration:2.5s;
}
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-2s {
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
	-o-animation-delay:1.5s;
	animation-delay:1.5s;
}

.fadeIn-Delay-4s {
	-webkit-animation-delay:2.5s;
	-moz-animation-delay:2.5s;
	-o-animation-delay:2.5s;
	animation-delay:2.5s;
}
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }






/** Countdown */


#countdown {
	width:335px;
	height:70px;
	margin:15px auto;
}
.dash {
	width: 55px;
	height: 60px;
	float: left;
	margin-left: 10px;
	position: relative;
	background: #999b9d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.07)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); 
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); 
	background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07));
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0 2px 3px 0 rgba(255,255,255,.2) inset,
		0 2px 2px 0 rgba(0,0,0,.1);
	-webkit-box-shadow:
		0 2px 3px 0 rgba(255,255,255,.2) inset,
		0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow:
		0 2px 3px 0 rgba(255,255,255,.2) inset,
		0 2px 2px 0 rgba(0,0,0,.1);

}

.dash .digit {
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 25px;
	text-align: center;
	font-family: Arial;
	color: #ffffff;
	position: relative;
	margin: 10px 0 0 2px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 5px;
	text-align:center;
	font-weight:bold;
	width:55px;
	font-size: 10px;
	color: #ffffff;
	
}