html, body{
	height: 100%;
    margin: 0;
}
.container{
	background:url("../images/bg.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	min-height:100%;
}

.countdown{
   position:absolute;
   top:45%;
   width:40%;
   height:250px;
   margin-left:40px;
}

.countdownDays{
	color:white;
}

.logo{
	float:right;
	margin-right:20px;
	background: url(../images/logo.png);
    background-size: 421px 220px;
    background-repeat: no-repeat;
	width:421px;
	height:220px;
}

.footer{
	position:absolute;
	bottom:20%;
	margin-left:20px;
}

.iconSeparator{
	margin-right:30px;
	color:white;
}