/* CSS Document */

html, body {
	margin: 0; padding: 0;
	height: 100%;
	width: 100%;
	display: table;
}

body {
	font-family: Arial, Helvetica, sans-serif, "Times New Roman";
	background:url('page_bg.jpg') 50% 50% no-repeat #1e1e1e;
}

#floater {
	width: auto;
	height: 50%;
	float: left;
	position: relative;
	margin-bottom: -330px;
}

#container {
	width: 960px;
	height: 689px;
	margin: 0 auto;
	background: url(img/background.jpg) no-repeat center;
	position: relative;
	clear: both;
}

a { position: absolute; }


#buttons {
	width: 950px;
	height: 320px;
	margin-top: 230px;
	position: absolute;
}

#buttons span {
	display: none;
	position: absolute;
}

#buttons a:hover span {
  display: table;
}

#buttons .rigaopen span {
	width: 95px;
	height: 28px;
	background: transparent url(img/enter.png) no-repeat scroll;
	top: 50%;
	left: 23px;
	overflow: hidden;
}

#buttons .breakdance span {
	width: 95px;
	height: 28px;
	background: url(img/enter.png) no-repeat scroll;
	top: 50%;
	left: 18px;
}

#buttons .extreme span {
	width: 95px;
	height: 28px;
	background: url(img/enter.png) no-repeat;
	top: 50%;
	left: 15px;
}

/* ---------- Buttons ---------- */
.rigaopen {
	float: left;
	width: 139px;
	height: 294px;
	margin-left: 187px;
}

.breakdance {
	float: left;
	width: 132px;
	height: 294px;
	margin-left: 415px;
	margin-top: -3px;
}

.extreme {
	float: left;
	width: 174px;
	height: 315px;
	margin-left: 630px;
	margin-top: -10px;
}