*, html, body {
 margin:0;
 padding:0;
}
body {
 overflow:auto;
 background:#f5f5f5;
 color:#323232;
 font-family:Verdana, Tahoma, Arial, sans-serif;
 font-size:11px;
 background-image:url(/img/css/andreaciocca.gif);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position: bottom right;
}
a {
 color:#763232;
 font-weight:bold;
 text-decoration:none;
}
img {
 border:0px;
}
hr {
 width:75%;
 margin:5px;
 border:0;
 background-color:#bebebe;
 height:2px;
}
