@charset "utf-8";
 
<style type="text/css"> 
<!-- 
body {
	padding:0;
	margin: 0;
	background-color:#031424;
	background-image: url(../elements/back.gif);
	background-repeat: repeat-x;
}
p { padding:0px; margin:0px; }
table,td,th { border: 0; padding: 0px; border-collapse: collapse; }
img, div { behavior: url(pngfix/iepngfix.htc) }

#container { 
	width:928px;
	margin:auto;
	padding:0px;
	height:auto;
	text-align:left; 
	position:relative;
} 
		
/* TOP PAGE */
/* ******** */
#LayerTop {
 display:block; position:relative; 
 width:928px; height:61px;
 margin:auto; 
}
#LayerTop #LT_C1 { display:block; width:525px; float:left; display:inline;  }
#LayerTop #LT_C2 { display:block; width:400px; float:left; display:inline; }


/* HOME PAGE */
/* ********* */
#mainContent { 
	width:928px;
	height:auto;
	position:relative;
	background-image: url(../elements/backmain.gif);
	background-repeat: no-repeat;
} 

#hotelsArea { 
	width:870px;
	margin:0 0 0 24px;
	height:auto;
	position:relative;
} 

#hotelsArea #hotelplace {
	width:196px;
	height:171px;
	float:left; display:inline; 
	margin:1px 0 0 20px;
	position:relative;
	background: url(../elements/backhotel.png);
	background-repeat: no-repeat;
}

#bottomText {
 display:block; position:relative; 
 width:937px; height:119px;
 background: url(../elements/bottomtext.jpg);
 background-repeat: no-repeat;
}

/* POP UP LINKS */
/* ************ */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 340px;
border: 1px solid #04101c;
padding: 7px;
background-color: #dff7d5;
color:#04111d;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

--> 
</style>