#container {
	height:600px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}

#contenuto {
	height:490px;
	margin:0;
	padding:0;
}

#testo {
	width:680px;
	padding:0;
	margin-left:70px;
}

#testo p {
	text-align:left;
	font-family:courier;
	font-size:1em;
	line-height:1.2em;
}

h1.acquisti {
	background:url(../images/acquisti_head.jpg) 0 0 no-repeat;
	width:200px;
	height:41px;
	text-indent:-9999px;
	text-align:center;
	margin:10px auto;
}

h1.resi {
	background:url(../images/resi_head.jpg) 0 0 no-repeat;
	width:100px;
	height:41px;
	text-indent:-9999px;
	text-align:center;
	margin:10px auto;
}

ul {
	text-align:left;
	font-family:courier;
	font-size:1em;
	line-height:1.2em;
}

li {
	margin-left:-28px;
}