@charset "utf-8";
@import url("styles/reset-fonts-grids.css");

/*
* Common elements
* ---------------------------------------------------------------------------
*/

html
{
	margin:						0;
	padding:					0;
	background: 			#fff url("img/u-bckg.jpg") top left repeat-x;
	font-family:			tahoma, verdana, helvetica, serif;
}

body {
	margin:						0;
	padding:					0;
}

p {
	margin:						0;
}

a {

}

/*
* Head elements
* ---------------------------------------------------------------------------
*/

#hd {
	text-align:					center;
}

/*
* Body elements
* ---------------------------------------------------------------------------
*/

#u-main {
	margin:						auto;
	background:				url("img/bd/u-main-pic.jpg") top center no-repeat;
	width:						950px;
	height:						500px;
}

#odrasli, #adults {
	float:						left;
	width:						325px;
	font-size:				0.65em;
	text-align:				center;
}

#odrasli {
	margin:						110px 0 0 0;
}

#adults {
	margin:						110px 0 0 300px;
}

.ulaz {
	position:					relative;
	display:					hidden;
	width:						100px;
	height:						50px;
	top:						215px;
	left:						345px;
	text-decoration:			none;
}

.enter {
	position:					relative;
	width:						100px;
	height:						50px;
	top:						150px;
	left:						515px;
	text-decoration:			none;
}

#rocknroll {
	margin:						auto;
	width:						950px;
}

.flash {
	margin:						auto;
	width:						950px;
	height:						45px;
}

.clear {
	font-size:				1px;
	height:						1px;
	clear:						both;
}