html,body{
    background:#000;
    color:white;
    font-family: helvetica, verdana, arial, sans-serif;
    height: 100%; 
}

a:link    { color: #007d79; }
a:visited { color: #007d79; }
a:active  { color: #007d79; }
a:hover   { color: #0000FF; }



#galleria { 
    width:800px;
    margin:20px auto;
    z-index:1
}

img { border: none }

body, div { 
    font-size: 12px 
}

td.footer { 
    color: #999; 
    font-size: 10px; 
    padding: 5px; 
    text-align: center
}

td.contentpane
{
    border-bottom: 1px solid #444;
    color: #999;
    font-size: 14px;
    padding: 0px 40px 0px;
    height: 600px;
    text-align: left;
    vertical-align: top;
}

