@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color:#000;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#000;
	text-decoration:none;/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#333;
	
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 960px;
	background:#000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image:url(../images/animation.gif);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:700px;
	

}
.footer{
	width: 960px;
	background-image:url(../images/animation_fliped.gif);
	background-size:cover;
	background-repeat:no-repeat;
	height: 175px;
	background-position:center;
	visibility:visible;
	overflow:visible;
	clear:both;
}



.content {
	padding: 0;
}

.leftContainer{
	float:left;
	width:240px;
	height: 680px;
	padding: 10px;
	
}

.left{
	width: 100%;
	height: 420px;
	background-image:url(../images/white_opacity.png);
	background-repeat:repeat;
	
	
}
.rightContainer{
	float:right;
	width: 680px;
	height: 680px;
	padding: 10px;
	
}

.rightWrapper{
	width: 660px;
	height: 660px;
	background-image:url(../images/white_opacity.png);
	background-repeat:repeat;
	padding: 10px;
	
	
	
	
}

.right{
	width: 660px;
	height: 660px;
	overflow: auto;
	visibility: visible;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logoCon{
	padding: 0 0 20px 0; 
}
.logoWrapper{
 	background-image:url(../images/white_opacity.png);
	background-repeat:repeat;
}
.logo{
	width:240px;
	height:240px;
	background-image:url(../images/logo.png);


}

.navWrap{
	width:240px;
	height: 70px;
	position: relative;
	

}
.nav{
	line-height: 70px;
	text-align:center;
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:22px;
}

.countdown{
	 padding: 15px 34px;
	}

#headliner{
	text-align: left;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style: bold;
}

#content{
	text-align:justify;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
}

.hotelWrapper {
	width: 640px;
	padding: 0 20px 20px 0;
	clear:left;
	


}

.hotelInfo{
	float:left;
	width: 440px;
	padding-right: 20px;
	background-image:url(../images/white_opacity.png);
}

.profile{
	float:left;
	width: 400px;
	padding-right: 20px;
	background-image:url(../images/white_opacity.png);
}

.hotelPicture{
	float:left;
	width: 160px;
	height: 160px;
}

.profilePicture{
	float:left;
	width: 200px;
	height: 300px;
}

.floatClear{
		clear:both;
}