@charset "utf-8";

*{
	padding:0;
	margin:0;
}

.clear::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body{
	overflow-x:hidden;
	background:#FFF;
}
li{
	list-style:none;
}


#parallax{
	width:1280px;
	height:700px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -350px 0 0 -640px;
	overflow:hidden; 
	background:url(img/bg.jpg) center no-repeat;
	z-index:1;
}

#img-1{
	position:absolute;
	width:1480px;
	height:800px;
	background:url(img/bg-text.png) center no-repeat;
}

#img-2{
	position:absolute;
	width:1580px;
	height:850px;
	background:url(img/under-constuction.png) center no-repeat;
}
#img-3{
	position:absolute;
	width:1680px;
	height:900px;
	background: url(img/logo.png) center no-repeat;
}

#contact{
	position:absolute;
	width:1358px;
	height:784px;
}
#contact img{
	position:absolute;
	left:50%;
	margin-left:-204px;
	bottom:150px;
}
#nice-day{
	width:245px;
	height:50px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:url(img/nice-day.png) center no-repeat;
	z-index: 5;
}
#until-then{
	width:246px;
	height:231px;
	position:absolute;
	left:0;
	bottom:20px;;
	background:url(img/until-then.png) center top no-repeat;
	z-index:6;
}
#until-then a{
	position:absolute;
	bottom:4px;
	left:25px;
	border:none;
	text-decoration:none;
}