html {
	height: 100%;
	width: 100%;	
	}
body {
	overflow: auto;
	background-color: #004C4C;
	height: 100%;
	width: 100%;
	}
#full_box {
	position: relative;
	height: 680px;
	width: 1280px;
	}
#main_box {
	position: absolute;
	top: 14%;
	left: 14%;
	min-height: 500px;
	min-width: 600px;
	height: 75%;
	width: 74%;

	background-color: #003333;
	box-shadow: 3px 3px 5px rgb(0,0,0);
	-webkit-box-shadow: 3px 3px 5px rgb(0,0,0); /*for Safari and Chrome*/
	
	border-width: 2px;
	border-style: solid;
	border-color: #778899;
	
	overflow-y: hidden;
	overflow-x: hidden;
	}
span.title {
	position: absolute;
	top: 3%;
	left: 24%;
	font: normal 150% calibri, sans-serif;
	color: rgb(153,217,234);
	text-shadow: 3px 3px 5px #003333;
	z-index: 2;
	}
img.logo_box {
	position: absolute;
	top: 2.66%;
	left: 15%;
	width: 15%;
	height: 15%;
	z-index: 1;
	}
img.logo_hotel {
	position: absolute;
	top: 2.66%;
	left: 33%;
	width: 15%;
	height: 15%;
	z-index: 1;
	}
img.iatan {
	position: absolute;
	top:90%;
	left: 0%;
	}	
#link_list {
	position: absolute;
	top: 38%;
	left: 5%;
	height: 17%;
	width: 20%;
	min-width: 250px;
	text-align: center;
	z-index: 3;
	background-color: #004C4C;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #778899;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #778899;
	}
#home_img {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0%;
	left: 0%;
	}
img.taj_hotel_cutout {
	height: 33.33%;
	width: 100%;
	}
#home_cell {
	height: 33.33%;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	font-family: calibri, sans-serif;
	font-size: 166%;
	color: white;
	text-shadow: 2px 2px 3px rgb(0,0,0);
	z-index: 2;
	}
#home_link {
	height: 33.33%;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	text-decoration: none;
	background-color: #004C4C;
	opacity: 0.3; /*for Firefox*/
	filter: alpha(opacity=30); /*for IE*/
	overflow: hidden;
	z-index: 3;
	}
#home_link:hover {
	opacity: 0; /*for Firefox*/
	filter: alpha(opacity=0);/*for IE*/
	}
#rfp_img {
	height: 33.33%;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 33.33%;
	left: 0%;
	}
img.maldives_cutout {
	height: 100%;
	width: 100%;
	}
#rfp_cell {
	height: 33.33%;
	width: 100%;
	position: absolute;
	top: 33.33%;
	left: 0%;
	font-family: calibri, sans-serif;
	font-size: 166%;
	color: white;
	text-shadow: 2px 2px 3px rgb(0,0,0);
	vertical-align: middle;
	z-index: 2;	
	}
#rfp_link {
	height: 33.33%;
	width: 100%;
	position: absolute;
	top: 33.33%;
	left: 0%;
	text-decoration: none;
	background-color: #004C4C;
	opacity: 0.3; /*for Firefox*/
	filter: alpha(opacity=30); /*for IE*/
	overflow: hidden;
	z-index: 3;
	}
#rfp_link:hover {
	opacity: 0; /*for Firefox*/
	filter: alpha(opacity=0); /*for IE*/
	}
#contact_img {
	height: 33.33%;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 66.66%;
	left: 0%;
	}
img.bellagio_cutout {
	height: 100%;
	width: 100%;
	}
#contact_cell {
	height: 33.33%;
	width: 100%;
	position: absolute;
	top: 66.66%;
	left: 0%;
	font-family: calibri, sans-serif;
	font-size: 166%;
	color: white;
	text-shadow: 2px 2px 3px rgb(0,0,0);
	z-index: 2;	
	}
#contact_link {
	height: 33.33%;
	width: 100%;
	position: absolute;
	top: 66.66%;
	left: 0%;
	text-decoration: none;
	background-color: #004C4C;
	opacity: 0.3; /*for Firefox*/
	filter: alpha(opacity=30); /*for IE*/
	overflow: hidden;
	z-index: 3;
	}
#contact_link:hover {
	opacity: 0; /*for Firefox*/
	filter: alpha(opacity=0); /*for IE*/
	}
#content_box {
	color: rgb(250,250,250);
	position: relative;
	left: 13%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	width: 87%;
	}
#login_text {
	text-decoration: none;
	color: rgb(153,217,234);
	font-size: 100%;
	font-family: calibri, sans-serif;
	position: absolute;
	top: 7.5%;
	left: 80%;
	z-index: 2;
	}
#login_text:hover {
	color: #00FA9A;
	}
p.copyright {
	position: absolute;
	top: 92%;
	left: 40%;
	}