@import url(reset.css);

html {
	overflow-y: scroll;
	background: #575757;
}

body {
	margin-top: 4px;
	padding: 0;
	min-height: 100%;
	font-family: "Georgia", "Verdana", "Helvetica", "sans-serif";
	font-size: 12px;
}

h1 {
	text-indent: -9000px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #c0c0c0;
}

#wrapper {
	margin: 0 auto;
	width: 984px;
	height: 490px;
	background: url("../immagini/background.jpg") repeat-y;
}

#top {
	margin: 0 auto;
	width: 984px;
	height: 92px;
	background: url("../immagini/top.jpg");
	position: absolute;
}

#bottom {
	margin: 490px auto;
	width: 984px;
	height: 92px;
	background: url("../immagini/bottom.jpg");
	position: absolute;
}

#credits {
	margin: 575px auto;
	width: 984px;
	height: 92px;
	position: absolute;
}

#logo {
	margin: 260px 277px;
	width: 430px;
	height: 70px;
	background: url("../immagini/logo.png") repeat-y;
	position: absolute;
	z-index: 100;
}

#flourish {
	margin: 25px 220px;
	width: 267px;
	height: 271px;
	position: absolute;
	z-index: 55;
	opacity: 0.4;
}

#flourish_down {
	margin: 285px 480px;
	width: 267px;
	height: 271px;
	position: absolute;
	z-index: 55;
	opacity: 0.4;
}

.foto {
	z-index: 100;
}

.foto_desc_title_left {
	font-weight: bold;
	font-size: 20px;
	margin-left: 280px;
	margin-top: 25px;
	width: 310px;
	
}

.foto_desc_text_left {
	font-size: 16px;
	font-weight: normal;
	margin-left: 280px;
	width: 310px;
}

.foto_desc_title_right {
	font-weight: bold;
	font-size: 20px;
	margin-right: 280px;
	margin-top: 20px;
	width: 310px;
	padding-left: 35px;
}

.foto_desc_text_right {
	font-size: 16px;
	font-weight: normal;
	margin-right: 280px;
	width: 310px;
	padding-left: 35px;
}

#foto1 {
	margin: 25px 100px;
	width: 240px;
	height: 140px;
	position: absolute;
	z-index: 100;
} 

#foto1_desc {
	margin: 65px 24px;
	width: 630px;
	height: 150px;
	background: url("../immagini/backframe.jpg");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 50;
	display: none;
}

#foto2 {
	margin: 25px 706px;
	width: 240px;
	height: 140px;
	position: absolute;
	z-index: 100;
} 

#foto2_desc {
	margin: 65px 324px;
	width: 630px;
	height: 150px;
	background: url("../immagini/backframe.jpg");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 50;
	display: none;
	text-align: right;
}

#foto3 {
	margin: 325px 100px;
	width: 240px;
	height: 140px;
	position: absolute;
	z-index: 100;
} 

#foto3_desc {
	margin: 365px 24px;
	width: 630px;
	height: 150px;
	background: url("../immagini/backframe.jpg");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 50;
	display: none;
}

#foto4 {
	margin: 325px 706px;
	width: 240px;
	height: 140px;
	position: absolute;
	z-index: 100;
} 

#foto4_desc {
	margin: 365px 324px;
	width: 630px;
	height: 150px;
	background: url("../immagini/backframe.jpg");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 50;
	display: none;
	text-align: right;
}

