/* CSS Document */
html{
scrollbar-base-color:white;
}

body{
height:100%;
margin:0;
background-color:white;

font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
color:white;

}



#intro{
width:800px; height:444px;
position:absolute;
top:50%;
left:50%;
margin:-222px 0 0 -400px;


}

#bandierine{
margin-top:435px;
margin-left:520px;

}

#footer{
color:white;


margin-top:-50px;
}

#footer a{
text-decoration:none;
color:#999999;


}


