#santiright
 { 
float: right;
width: 480px;
min-height: 500px;
height: auto !important;
height: 500px;
}
#santileft
 { 
float: left;
width: 160px;
min-height: 500px;
height: auto !important;
height: 500px;
}

a.santix  {
cursor:default;
text-decoration: underline ; 
color: #000; 
background: #fff;
font-size: 9pt; 
}
a:hover.santix
{ 
cursor:default;
text-decoration: underline; 
color: red;
background: #fff;
font-size: 9pt; 
}