@CHARSET "UTF-8";
.image_container{
	background:url(/images/bg_frontpage_new.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	height:500px;
}
	.image_container.content1{
		background-image:url(/images/bg_content1.jpg);
	}
	.image_container.content2{
		background-image:url(/images/bg_content2.jpg);
	}
	.image_container.content3{
		background-image:url(/images/bg_content3.jpg);
	}
	.image_container.content4{
		background-image:url(/images/bg_content4.jpg);
	}
	.image_container.content5{
		background-image:url(/images/bg_content5.jpg);
	}
	.image_container.footer_bg{
		background-image:url(/images/bg_footer_torni.jpg);
	}
	
	
.yellow_box{
	height:500px;
}

blockquote{
	position: absolute; 
}