html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #C40001;/*#560202; /*#C40001;*/
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#holder {
	height: 100%;
	min-height: 605px;
	width: 100%;
}

#spacer {
	float: left;
	height: 50%;
	width: 1px;
	margin-bottom: -292.5px;
}


h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-weight: normal;
	z-index: 2;
}


#languages {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}
#languages li {
	display: inline;
	list-style: none outside none;
	border-left: 1px solid black;
	padding: 0 4px 0 7px;
}
#languages li.item1 {
	border-left: 0 none;
	padding-left: 0;
}
a {
	color: black;
	outline: 0 none;
}
.active a,
a:hover {
	color: white;
}


#main-area {
	clear: both;
	position: relative;
	width: 980px;
	height: 585px;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat;
	_margin-bottom: 10px;
}

#main-content {
	position: absolute;
	top: 225px;
	left: 600px;
	width: 220px;
	color: white;
}

object {
	position: relative;
	z-index: 1;
		overflow:visible;
}

#selectHotel {
	position: absolute;
	top: 220px;
	left: 150px;
	overflow:visible;
}

#main-logo {
	position: absolute;
	left:50px;
	top: 10px;
	
}

#selectHotel .hotelText{
	font-size: 45px;
	color: #8a1503;
	font-weight:bold;
	font-family: Trebuchet MS, Verdana, Geneva, sans-serif; 
	
	
}

#selectHotel .hotelText:hover{
	color: #FFF;
}

#barcelona{
	position:absolute;
	top:10px;
	left:190px;
}

#berlin{
	position:absolute;
	top:67px;
	left:190px;
}

#container-off{
	position:relative;
	border-right: 2px #FFF solid;
	height:135px;
	width:420px;	
}
