html,body{
  height: 100%;  margin: 0;
  padding: 0; background:#000000;
  font-family:"Lucida Sans Unicode", "Lucida Console", sans-serif, Arial; font-size:11px; color:#FFCC00;
}

body a{
	text-decoration:none; color:#0E7BCC;
}
body a:hover{
	color:#9a5204;
}

input,select{
	background-color:#ADDC14; border:none; width:140px;
}


.wrapper{
	position:relative; width:1100px; margin-left:auto; margin-right:auto; height:800px;
}

.FlashAreaWrapper{	 
	position:absolute; top:50%; height:800px; margin-top:-400px; z-index:1;
}

.BookingForm{
	position:absolute; top:290px; left:148px; width:777px; height:420px; z-index:2; display:none;
}