*{
 margin:0;
 padding:0;
}
body{
 background:#606060;
 font-size:14px;
 font-family:Georgia;
 color:#222;
}
a{color:#900;}
a:hover{color:#600;}

/* --------------- Classi -------------------*/
.clear{clear:both;}
.hide{visibility:hidden;}
.left{float:left;}
.right{float:right;}

/* --------------- Identificatori -------------------*/
#slashpage{
 width:100%;
 height:300px;
 background:url(../images/slash_bg.jpg) repeat-x left center;
 margin-top:150px;
 margin-bottom:50px;
}
#vcard{
 background:#fff;
 width:50%;
 height:250px;
 margin:0 auto;
 text-align:center;
 padding:25px;
}
#vcard h1{
 text-indent:-9999px;
 height:100px;
 background:#fff url(../images/logo.jpg) no-repeat center center;
}
#vcard .menuslash{
 margin-top:80px;
}
#vcard .menuslash a{
 text-decoration:none;
 background:url(../images/slash_arr.jpg) no-repeat left center;
 font-size:32px;
 color:#222;
 padding:5px 70px 5px 40px;
}
#vcard .menuslash a:hover{
 color:#c00;
 background:url(../images/slash_arr_h.jpg) no-repeat left center;
}
#piede{
 text-align:center;
}
