html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

	.wrapper{
		height: 100%;
		width: 100%;
	}

	.background{
		background: url(../img/background.jpg) no-repeat center center;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
	}

		.logo {
			position:absolute;
			bottom:25px; 
			right:25px;
		}

		.count {
			font-family: 'Lato', sans-serif;
			font-size: 120px;
			font-weight: 300;
			line-height: 36px;
			color: #FFF;
			display: block;
			position:absolute;
			top:40%; 
			left:50%;
			width:240px;
			height:100px;
			margin-left:-120px;
			margin-top:-50px;	
		}
			.count span{
				margin-left: 10px;
				font-size: 20px;
				font-weight: 400;
			}
			
		.note{
			font-family: 'Lato', sans-serif;
			font-size: 10px;
			color: #a1a1a1;
			position:absolute;
			bottom:5px; 
			left:5px;
		}