/*
 Nome File:     style-gallery.css
 URL Sito:      http://www.taty.it/
 Template:      Default
 Data:          Lun, 15 settembre 2008
 Risoluzione:   1024x768
 Testato su:    Firefox 3.0.1 (Gecko/2008070208)
                Chrome 0.2.149.29 (1798)
                Internet Explorer 8.0.6001.18241 (Beta2)
 Info:          assistenza@microcode-workshop.com

 Copyright (C) Microcode Workshop, 2008
*/
html, body, #container {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #900000 url("../template/default/gallery-back.jpg") top left repeat-x;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    text-decoration: underline;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: separate;
    border-spacing: 6px;
    width: 1002px;
    margin: auto;
}

/*******************/
/*** Base Layout ***/
/*******************/
#container {
    min-height: 100%;
    position: relative;
}

#header {
    height: 25px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

#content {
    height: 573px;
    text-align: center;
    padding-bottom: 25px;
}

#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
}

#descrizione {
   font-size: 18px;
}

.photo-frame {
    background-image: url("../template/default/foto-frame.png");
    background-repeat: no-repeat;
    height: 110px;
    width: 160px;
}

.menu-attivo {
    color: #BC6666;
}

/********************/
/*** TATY.it sIFR ***/
/********************/
.sIFR-replaced#descrizione {
    height: 35px;
}
