@charset "utf-8";
/* CSS Document */

@import url("normalize.css");
@import url("layout.css");
@import url("menuOriz.css");
@import url("link_foot.css");
body {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 220px -220px;
	background-attachment: fixed;
}
#corpo {
	background-repeat: no-repeat;
	display: block;
	height: 620px;
	background-image: url(../images/sfondo.png);
	background-position: 0px -82px;
}

/*Nuovo Codice*/
ul.thumb
{
    
    list-style: none;
    margin: 0;
    padding: 25px;
	margin:10px;
	margin-top:0px;
    width: 700px;
	
	
 
}
ul.thumb li
{
    margin: 0;
    padding: 5px;
    float: left;
    position: relative;
    width: 78px;
    height: 79px;
}
ul.thumb li img
{
    width: 78px;
    height: 79px;
	/*border: 3px solid #a90a14;
	background: #f0f0f0;*/
    padding: 5px;
	position: absolute;
    left: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
}
ul.thumb li img.hover
{
    margin-top: 15px;
    background: url(../clients/thumbnails/cornice.png) no-repeat center center;
    border: none;
}
