html, body {
    height: 100%;
}

body#pagetop {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
    text-align: center;
    background: url(images/background.jpg) no-repeat center 0;
    margin: auto;
	margin-bottom: 0px;
	min-height: 980px;
}

div#wrapper {
    position:relative; /* needed for footer positioning*/
    width: 790px;
    margin: 0 auto 0 auto;
    text-align: left;
    height:auto !important; /* real browsers */
    height:94%; /* IE6: treaded as min-height*/
    min-height:94%; /* real browsers */
    background: url(images/transbg.png) repeat-y;
}


div#top {
    clear: both;
}



div#content {
    width: 730px;
    padding: 15px 30px; 
    
}

div#footer {
    clear: both;
    height: 25px;
    line-height:25px; 
    color: #333;
}

div#close {
    clear: both;
    height: 8px;
    padding: 0 0 0 0;
    color: #333;

}

div#header {
    height: 180px;
    width: 790px;
    background: url(images/pageHeader.jpg) no-repeat 0 0;
}
    /* main */

div#main {
    margin-top: 20px;
    padding-bottom: 8px;
}




    /* bottom */

li#footertx {
    float: left;
    width: 650px;
    list-style: none;
    font-size: 10px;
    line-height: 25px;
    text-align: center;
}
li#footertx {
    padding-left: 50px;
    padding-right: 50px;
}

li#footertx a {
    height: 10px;
}
li#footertx a:link,
li#footertx a:visited,
li#footertx a:active,
li#footertx a:hover {
    border: none;
    background: transparent;
    text-decoration: none;
}


/* ------------------------------ */
/* 4. links */
/* ------------------------------ */

div#header a:link,
div#header a:visited,
div#header a:active,
div#header a:hover,
div#top a:link,
div#top a:visited,
div#top a:active,
div#top a:hover {
    border: none;
    text-decoration: none;
}

a:link, a:visited {
    color: #DF7E00;
    text-decoration: none;
}

a:active a:hover {
    color: #000000;
    text-decoration: none;
}

/* ------------------------------ */
/* 6. altro */
/* ------------------------------ */

strong {
    color: #000;
    font-weight: bold;
}




