html{
background-color:#000;
background-position:top;
background-repeat:no-repeat;
}

body {
margin:0 0 0 0;
font-family: Arial;
font-size:1.2em;
color: #900;
}

#wrapper1 {
text-align: center; /* per Internet Explorer */
}

#wrapper2 {
margin: 0 auto;     /* allineamento standard in CSS */
text-align: left;     /* compensiamo l’allineamento al centro  */
width: 900px;
}

#header{
height:115px;
margin: 0 0 20px 0;
}

#enter{
margin-left:820px;
}

#homemenu{
margin:0 0 0 600px;
padding:30px 0 0 0;
line-height:1.2em;
}

#homemenu p{
margin-top:35px;
}

#footer {
text-align:center;
font-family: verdana;
font-size:0.55em;
color:#fff;
padding:75px 0 0 0;
}

#footer a {
color:#df9486;
text-decoration: none;
}

#footer a:hover{
color:#f00;
text-decoration: none;
}

a {color: #fff;
text-decoration: none;
}

a:hover {color: #df9486;
text-decoration: none;
}

h1 {
font-family: verdana;
font-size:1.2em;
color:#900;
font-weight:bold;
line-height:1.2em;
}


#credits{
background-color:#000;
background-image:url(creditsbg.jpg);
width:600px;
height:450px;
padding:120px 0 0 40px;
font-family: verdana;
font-size:0.7em;
color:#fff;
line-height:1.2em;
}

#credits a {
color:#df9486;
text-decoration: none;
}

#credits a:hover{
color:#f00;
text-decoration: none;
}
