﻿html,body {
 margin: 0;
 padding:0
 width: 100%;
 height:100%;
 font-family: 'Helvetica Neue Light';
 font-size: 0.97em;
 background: url(../immagini/backcredits.jpg) 100% repeat;
}


#creditsbox {
 position: absolute;
 top: 10%;
 margin-top: 0em;
 right: 20%;
 margin-left: -10em;
 padding: 0;
 width: 35em;
 height: 20em;
 border: 0;
 text-align: right;
}

#creditsbox img {
 border: 0;
}

#creditsbox p {
 color: #000000;
}

#creditsbox a:hover {
 text-decoration: none;
 color: #663433;
}

#creditsbox a {
text-decoration: none;
color: #333333;
}

#creditsbox h3 {
margin: 0;
font-family: 'helvetica neue light';
font-weight:normal;
font-size: 1.2em;
color: #222222;
font-style: italic;
text-align: right;
}

#creditsbox h3 a {
margin: 0;
font-family: 'helvetica neue light';
font-weight:normal;
font-size: 1.2em;
color: #eeeeee;
font-style: italic;
text-align: center;
}

#creditsbox h3 a:hover :visited {
margin: 0;
font-family: 'helvetica neue light';
font-weight:normal;
font-size: 1.2em;
color: #660000;
font-style: italic;
text-align: center;
}
