@charset "utf-8";
/* CSS Document */

body{
	/*
	background-image:url(../images/negozio.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	*/
	background-color:#FFFFFF;
	-webkit-transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    -o-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
    
	
	}
	
#contenitore{
	/*width:1300px;*/
	height:auto;
	min-height:900px;
	background-size:cover;
	background-repeat:no-repeat;
	font-family: Lato;
	}

@media screen and (min-width: 320px){
	#contenitore{
	width:100%;
	min-height:480px;
	margin:0px auto;
	float:left;
	/*
	background-attachment:fixed;
	background-position:center center;
	background-image:url(../images/sfondo320.jpg);
	*/
	background:none;
	}
}

@media screen and (min-width: 360px){
	#contenitore{
	min-height:640px;
	/*
	background-attachment:fixed;
	background-position:center center;
	background-image:url(../images/sfondo360.jpg);
	*/
	background:none;
	}
}

@media screen and (min-width: 480px){
	#contenitore{
	min-height:768px;
/*	background-image:url(../images/sfondo480.jpg);*/
	background:none;
	}
}

@media screen and (min-width: 768px){
	#contenitore{
	min-height:1024px;
	background:none;
	}
}

@media screen and (min-width: 1024px){
	#contenitore{
	min-height:768px;
	}
}

@media screen and (min-width: 1200px){
	#contenitore{
	min-height:900px;
	}
}

@media screen and (min-width: 1300px){
	#contenitore{
	min-height:900px;
	}
}

@media screen and (min-width: 1500px){
	#contenitore{
	min-height:900px;
	}
}







