html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	font-family: Georgia, "Times new roman", serif;
	font-size: 87.5%;
	color: #000;
}

body {
    overflow-y: auto;
}

#sfondo {
    position:absolute;
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: -1;
}

#contenuto {
    position: relative;
    width: 842px;
    margin: 0 auto;
    padding: 0;
}

img {
    border: none;
}

p { 
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

h4 { 
	margin: 1.5em 0;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
	text-shadow: 1px 1px 5px #ccc;
}

h5 { 
	margin: 1.875em 0;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.875em;
}

a,
a:focus {
	color: #000;
	text-decoration: none;
}

p a,
p a:focus {
	font-weight: bold;
}

a:hover {
	color: #333;
	text-shadow: 1px 1px 5px #eee;
}

a span {
    visibility: hidden;
}

a:hover span {
    visibility: visible;
}


#foto .border {
    display: inline-block;
    border: 1px solid black;
}

#foto img {
    border: 18px solid white;
}

#foto a {
    padding: .1em .5em;
    margin: -.1em 0;
}

div.copertina {
    display: inline-block;
    height: 250px;
    width: 250px;
    margin: 2em;
    position: relative;
}

div.nav { 
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

div.copertina .fume {
    height: 60px;
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    filter:alpha(opacity=60);
    opacity:0.6;
}

div.copertina .etichetta {
    height: 40px;
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    margin: 10px;
    text-align: left;
}

div.copertina .titolo {
    font-size: 1.7em;
}

div.copertina a:hover {
	text-shadow: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

label {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	text-align: right;
	margin: .3em 1em 0 0;
	cursor: pointer;
	color: #333;
	float: left;
	width: 6em;
}

.form-element {
	margin: 0 0 1.2em 0;
}

textarea, input { 
	padding: .4em .2em;
	border: 1px solid #ccc;
	width: 31em;
}

textarea:hover, input:hover {
	border-color: #aaa;
}

textarea:focus, input:focus {
	border-color: #888;
}

textarea, input {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #222;
}

.error, .success {
	padding: .4em 0;
	margin-bottom: 1.8em;
}

.error {
	color: #8a1f11; 
	border-bottom: .2em solid #FBC2C4;
}

.success {
	color: #264409; 
	border-bottom: .2em solid #C6D880;	
}

.error p,.success p {
	margin-bottom: 0;
}
