/* DOCUMENTO */
html, body { height: 100%; margin: 0px; padding: 0px; font-family: Tahoma, Arial; font-size: 11px; background-image: url(img/bg_gusto.jpg); background-repeat: repeat; }

/* CONTENUTI */
#header { float: left; width: 940px; height: 150px; background-image: url(img/bg_header_gusto.jpg); background-repeat: no-repeat; }
	#logo { float: left; width: 220px; height: 100px; padding: 30px 0px 0px 50px; }
	#ritorna { float: right; width: 170px; height: 80px; padding: 50px 50px 0px 0px; }

#middle { float: left; width: 940px; background-image: url(img/bg_pagina_gusto.jpg); background-repeat: repeat-y; }
	#main { float: left; width: 760px; padding: 15px 90px; color: #666; line-height: 17px; text-align: justify; background-image: url(img/bg_main_gusto.jpg); background-repeat: no-repeat; }

#footer { width: 940px; height: 170px; float: left; background-image: url(img/bg_footer_gusto.jpg); background-repeat: no-repeat; text-align: right; }
	.footer-crediti { float: left; width: 870px; padding: 0px 35px; padding: 27px 0px 0px 0px; color: #A87E7F; font-size: 9px; }
		.footer-crediti a { color: #A87E7F; text-decoration: none; }
		.footer-crediti a:hover { color: #fff; text-decoration: none; }
