html, body	{ width: 100%; height: 100%; margin: 0; padding: 0; }
body {
	text-align: center;
	background: url('../images/bg.png') repeat-x 0 270px;
}
#topBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 999;
	background: url('../images/topbar.png') repeat-x 0 0px;
	
	height: 30px;
}
#topBar img {
	padding: 0 5px;
	
	border: 0;
	float: right;
}
#topBar .logo {
	float: left;
}
#seatIbiza {
	background-color: #fff;
	
	position: relative;
	z-index: 2;
	margin: 20px auto 0 auto;
}
#videoBackground {
	display: none;
	z-index: 1;
	top: 0;
	left: 0;
	
	position: absolute;
	background: url('../images/videobg.jpg') repeat-x 0 19px;
	width: 100%;
	height: 533px;
}
