body  {
background:url(images/top_bg.jpg) repeat-x top #F6F5E9;
margin:auto;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#ccc;
}
#semifondo {
    position: absolute;
    background-image: url(images/Corniceprima.jpg);
    background-repeat: no-repeat;
    top:50%;
    left:50%;
    width: 660px;
    height: 500px;
    margin-left: -330px;
    margin-top: -250px;
    z-index:1;
    cursor: pointer;
    }

#cornice {
    position: relative;
    background-image: url(images/yellowBarBk.gif);
    background-repeat: repeat;
    margin-left: 85px;
    margin-top: 86px;
    width: 485px;
	height: 350px;
    z-index:2;
    }

#footer {
   position: absolute;
   bottom: 0;
   height: 30px;
   width:100%;
   text-align:center;
   background:#F6F5E9;
}