/* preload hidden defaults */
#welcome_bgrnd,
#head,
#content,
#footer {
	display: none;
}
/* END: preload hidden defaults */

html,
body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
	#welcome_bgrnd,
	.head_bgrnd {
		position: absolute;
		display: block;
		top: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		z-index: 1;
		overflow: hidden;
	}
	.head_bgrnd {
		height: 618px;
		overflow: hidden;
	}
		.head_bgrnd_img {
			position: absolute;
			display: block;
			width: 100%;
		}
	#head_no_js {
		position: absolute;
		top: 50%;
		margin: -160px 0 0 0;
		width: 100%;
		height: 240px;
		z-index: 2;
		background-color: #ffffff;
		font-family: tahoma, sans-serif;
		font-size: 13px;
		color: #4f4f4f;
	}
	#head {
		position: absolute;
		/*top: 50%;
		margin: -160px 0 0 0;*/
		width: 100%;
		height: 240px;
		z-index: 4;
		background-color: #ffffff;
	}
		#dragonfly_big_no_js {
			position: relative;
			margin: 41px 0 0 122px;
			background: url('../images/dragonfly_big.png') top left no-repeat #fff;
			width: 788px;
			height: 116px;
		}
		#dragonfly_big {
			position: relative;
			margin: 41px 0 0 122px;
			background: url('../images/dragonfly_big.png') top left no-repeat #fff;
			width: 788px;
			height: 116px;
		}
		#text_no_js {
			position: relative;
			margin: 30px 0 0 295px;
		}
		#butt_entra {
			position: relative;
			display: block;
			margin: 15px 0 0 296px;
			background: url('../images/butt_entra_off.png') top left no-repeat #fff;
			width: 109px;
			height: 26px;
			cursor: pointer;
		}
		#butt_entra:hover {
			background-color: white;
			opacity: .6;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			filter: alpha(opacity=60);
		}


