@charset "utf-8";
/* CSS Document */
html, body {
	padding:0;
	margin:0;
	text-align:center;	
	width:100%;
	height:100%;
}
body, td, th {
	font-family:"Century Gothic", Arial;
	font-size:16px;
	color:white;
}
body {
	background-image: url(../images/bg-resort2.jpg);
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
a {
	color:#FF33CC;
	text-decoration:none;	
}
a:hover {	
}
.languages-bar {
	width:640px;
	display:block;
	padding: 4px;
	margin: 0 auto;
	text-align:right;
	font-size:14px;
	color:#fff;
}
.languages-bar a {
	text-decoration: none;	
	color:#FFFF99;
}
.languages-bar a:hover {
	color: #FF3399;
}
.languages-bar .hilite {
	color: #fff;	
	font-weight:600;
}
#context {		
	line-height: 26px;
	font-size:16px;
	text-align:center;
	position:relative;
	color: #fff;
}
#context .title {
	font-weight:bold;
	font-size:18px;
}
#context .script {
	font-style: italic;	
}
#context .small-size {
	font-size:14px;
}
#context .text-box {
	width:900px;
	text-align:center;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-450px;
	color:#fff;
	text-shadow: 1px 1px 2px #202020;
	z-index:1;
}
#context .text-box-2 {
	width:900px;
	text-align:center;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-450px;
	color:#ffff99;
	z-index:9;
	opacity:0;
}