/* ***************************************************** */
/*                  CSS Crafted By yuri                  */
/* Last Date : 24/05/2007                                */
/*                                                       */
/* ***************************************************** */

body
{
   background: #ffffff; 
}


table
{
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px; 

}

#contenuto
{
   background-image: url("corpo_ctr_ctr.jpg");
   background-repeat: repeat-x;
   background-position: bottom;
}

a:visited
{
   color: #5579A9;
}

a:link
{
   color: #5579A9;
}

a:active
{
   color: #5579A9; 
}

a:hover
{
   color: red;
   text-decoration: none
}

.gallery
{
   background-color: white;
   border: 1px solid #5579A9;
   text-decoration: none;
   padding: 2px;
}

.gallery:hover
{
   background-color: #5579A9;
   border: 1px solid white;
   padding-left: 25px;
   padding-right: 25px;
   color: white;
}

.img_c
{
   position: relative;
   display: block;
   left: 30%;
}