@import url(general.css);

#header
{
	height: 112px;
	background-image: url(../images/headerAzienda.jpg);
	background-repeat: no-repeat;
}

#body
{
	
	height: 440px;
	background-image: url(../images/aziendaBodyBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#body ul
{
	margin: 0;
	padding: 0;
	padding-top: 65px;
	height: 350px;
	list-style-type: none;
}

#body ul li
{
	display: inline;
	float: right;
	width: 160px;
	margin-right: 60px;
	height: 300px;
	overflow: hidden;
	line-height: 18px;
}

#footer
{
	background-image: url(../images/footerAzienda.jpg);
	height: 160px;
}