@charset "utf-8";
#bigdiv #abouttext {
	position: relative;
	height: 950px;
	font-size: 14px;
	text-align: justify;
	padding-left: 150px;
	padding-right: 150px;
}
#bigdiv #hotelsdesc {
	position: absolute;
	width: 130px;
	height: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #DFDF7D;
}
#bigdiv #bookprocess {
	position: relative;
	width: 130px;
	height: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	float: right;
	padding-right: 10px;
	z-index: 1000;
}


#bigdiv #abouttext #thanks {
	width: 600px;
	padding: 25px;
	background-color: #DFF08C;
	border: thin solid #92AB16;
}

