/* CSS B&B SA REPOSADA */
/* © THARROSNET 2006 */

body {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
font-family: Tahoma, Verdana, sans-serif;
font-size: .7em;
background-color: #ffffff;
}

/* Link dove non diversamente specificato */
A:link  {
    text-decoration: none;
    color: #6A3C49;
}

A:visited   {
    text-decoration: none;
    color: #96606F;
}

A:active    {
    text-decoration: underline;
    color: #AB0634;
}

A:hover {
    text-decoration: underline;
    color: #AB0634;
}
img {
border: 0px;
}
/* page */ 
#containerPage {
width: 620px;
height: 520px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -260px;
margin-left: -310px;
background-image: url(../img/back_splash_corn.gif);
background-position: top left;
background-repeat: no-repeat;
}
.copy {
text-align: right;
margin: 0px;
padding: 2px 10px 0px 0px;
}
#page {
width: 600px;
height: 500px;
margin: 10px 0px 0px 10px;
padding: 0px;
}
#head {
height: 170px;
margin: 0px;
padding: 0px;
}
.headLeft {
float: left;
width: 200px;
height: 170px;
background-image: url(../img/head_left.jpg);
background-position: top left;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}
.headRight {
float: right;
width: 200px;
height: 170px;
background-image: url(../img/head_right.jpg);
background-position: top left;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}
.headCenter {
float: left;
width: 200px;
height: 170px;
margin: 0px;
padding: 0px;
}
#center {
clear: both;
height: 230px;
margin: 0px;
padding: 0px;
}
.centerLeft {
float: left;
width: 200px;
height: 230px;
background-image: url(../img/center_left.jpg);
background-position: top left;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}
.left {
margin: 0px;
padding: 17px 0px 0px 15px;
}
.centerCenter {
float: left;
width: 200px;
height: 230px;
background-image: url(../img/center_center.jpg);
background-position: top left;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}
.center {
margin: 0px;
padding: 17px 0px 0px 0px;
}
.centerRight {
float: right;
width: 200px;
height: 230px;
background-image: url(../img/center_right.jpg);
background-position: top left;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}
.right {
margin: 0px;
padding: 0px;
}

#footer {
clear: both;
height: 100px;
margin: 0px;
padding: 0px;
background-image: url(../img/footer.jpg);
background-position: top left;
background-repeat: no-repeat;
}
.ver {
text-align: center;
margin: 0px;
padding: 55px 0px 0px 0px;
}
/* stats description */
.stats {
display: none;
}
.description {
display: none;
}


