@charset "UTF-8";
/* CSS Document */

#home {
	background-image: url(../images/tabernacolo_1.gif);
	margin-top: 100px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
} 

#link {
	background-image: url(../images/tabernacolo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 330px;
	height: 240px;
	bottom: 0px;
	position: fixed;
	position: absolute;
	left: 90px;
} 
