/* CSS Document */

body
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#contenitore
{
    width:100%;
	height:100%;
	background-image:url(SfondoLaterale.png);
    background-repeat:repeat;
}

div#pagina
{
	background-image:url(sfondo.jpg);
	background-repeat:repeat;
	width:780px;
	heigt:100%;
	max-width:780px;
	margin:0px auto;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	border-top: 2px solid #990000;
	color: black;	
}
	
