@import url("_template.css");
.gallery .album{
	min-height:278px;
	background-color:#060;
}
.banner{
	background-image: url(../../img/bg-interno.jpg);
} 
body{
	background: url(../../img/cortica-bg.jpg) top center no-repeat;
}
html{
	background: url(../../img/cortica-repeat.jpg) top center repeat-y;
}
.gallery{
	margin-top:50px;
}
@media(min-width: 979px){
	/*.span3{
		margin-left: 100px !important;
	}*/
}