﻿body
{
    background-image: url(Immagini/Nuovo.jpg);
    background-attachment: scroll;
    background-position: center top;
    color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden; /* width: 100%; */
    max-width: 100%;
    text-align: center;
}

/* for internet explorer */
* html body
{
    padding: 120px 0 50px 0;
}

#container
{
    position: fixed;
    top: 145px; /*    left: 350px;     right: 325px;   */
    width: 950px;
    left: 50%;
    margin-left: -475px;
    bottom: 100px;
    overflow: auto;
    padding: 20px;
    text-align: center;
}

* html #container
{
    height: 100%;
    width: 100%;
}

#header
{
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    height: 180px;
    overflow: hidden;
    text-align: center;
}
* html #header
{
    height: 120px;
    width: 100%;
}


#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 97px;
    overflow: hidden;
    vertical-align: bottom;
}
* html #footer
{
    height: 97px;
    width: 100%;
}

a
{
    color: #0099CC;
    font-weight: normal;
}

a:hover
{
    color: #0099CC;
    font-weight: bold;
}

a:visited
{
    color: #0099CC;
    font-weight: normal;
}

p
{
    padding-top: 20px;
    margin: 0px;
}

hr
{
    border: thin solid #444444;
}

ol
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.menuItem
{
    max-width: 100%;
    padding-left: 40px;
    vertical-align: top;
    height: 25px;
}

.menuItem a
{
    color: Black;
    font-weight: bold;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    height: 100%;
}

.menuItem a:hover
{
    color: White;
}

h2
{
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #444444;
    width: 100%;
    text-align: left;
}

.coll
{
    padding-left: 5px;
    padding-right: 5px;
}

.AnteprimaImmagini
{
    padding: 5px;
}

.AnteprimaImmagini:hover
{
    width: 75px;
}

.EnterLink
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 5px;
}

.EnterLink:hover
{
    letter-spacing: 3px;
    color: Black;
    width: 100%;
}

.AlbumImage img
{
    width: 270px;
}

.BannerPubb
{
    position: fixed;
    width: 998px;
    left: 50%;
    margin-left: -485px;
    bottom: 0px;
    overflow: auto;
    text-align: center;
    height: 95px;
    background-color:White;
}

