html {
	height: 99.99%;
}
body {
	height: 100%;
	background-color: black;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#holder {
	position: relative;
	height: 100%;
	min-height: 663px;
	width: 982px;
	margin: 0 auto;
}

#spacer {
	float: left;
	height: 50%;
	width: 1px;
	margin-bottom: -321.5px;
}


/************************************/
h1 {
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 50;
	font-weight: normal;
	color: #D60001;
}
#branding {
	z-index: 1;
}
#languages {
	position: absolute;
	top: 40px;
	left: 531px;
	z-index: 1;
	font-size: 0.9em;
	text-transform: uppercase;
}
#hotels {
	position: absolute;
	top: 65px;
	left: 531px;
	z-index: 1;
	font-size: 0.9em;
	text-transform: uppercase;
}

#main-area {
	clear: both;
	position: relative;
	height: 603px;
	_margin-bottom: 40px;
}

/************************************/
#main-visual {
	width: 491px;
	height: 466px;
}
#menu {
	width: 304px;
	height: 135px;
	background-color: #1F1F1F;
}
#infos {
	left: 306px;
	width: 370px;
	height: 135px;
	background-color: #1F1F1F;
}
#booking-mask {
	height: 110px;
	padding-top: 25px;
	width: 304px;
	background-color: #1F1F1F;
}
#socials{
	bottom: -23px;
	left: 10px;
}

/***********************************/
#footer {
	bottom: 5px;
	width: 942px;
	padding: 0 20px;
	font-size: 0.9em;
}
