body {
	margin: 0px;
	background-color: #4e3f31;
	text-align: center;
}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	text-align: center;
}


#bannerTop {
	position: relative;
	width: 900px;
	height: 100px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	text-align: center;
	background-image: url("img/banner.jpg");
	background-repeat: no-repeat;
}

#separatore {
	position: relative;
	width: 900px;
	height: 3px;
	background-image: url("img/separatore.jpg");
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	width: 900px;
	height: 20px;
	border-color: fuchsia;
	border-width: 0px;
	border-style: solid;
	text-align: center;	
}

#copertina {
	float: left;
	margin-right: 20px;
	height: 495px;
	border: 0px;
}

.testoBio {
	color: #F8EDD7;
	text-align: justify;
	font-family: sans-serif;
	font-size: 14px;
}


#boxBio {
	color: #F8EDD7;
	text-align: justify;
	font-family: sans-serif;
	font-size: 14px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	width: 600px;
}

#testoCopertina {
	color: #F8EDD7;
	text-align: justify;
	font-family: sans-serif;
	font-size: 14px;
}

#testoPDF {
	text-align: justify;
	font-family: sans-serif;
	font-size: 14px;
}
#testoCopertina a{
	color: #F8EDD7;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#testoCopertina a:hover {
	color: red;
	text-align: justify;
	font-family: sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

.tMiddle {
	display: table-cell;	
	vertical-align: middle;
	width: 200px;
	height: 495px;
}

#footer {
	position: relative;
	width: 900px;
	height: 35px;
	background-image: url("img/footer.jpg");
	background-repeat: no-repeat;
}

#centrale {
	position: relative;
	width: 800px;
	height: 505px;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
