html, body {
	height:100%;
	width: 100%;
	overflow-y: hidden;
	padding:0px;
	margin:0px;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
		
body {
	background-color: #ffffff;
}


#hotel {

}

#flashcontent {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
}


#flashcontent p {
	text-align: center;
	color: #0c486d;
	margin-top: 5px;
	font-weight: bold;
}

#flashcontent a {
	text-decoration: underline;
	color: #417AAC;
}

#flashcontent a:hover {
	text-decoration: none;
}


