/* CSS Document */

body {
	margin-top: 0px;
	background-color: #DCD6C6;
}

.content {
	background-image: url(immagini/bodyground.jpg);
	background-repeat: repeat-y;	
} 

.divcontent {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-family: "Century Gothic";
	font-size: 11px;
	font-style: normal;
	text-align:justify;
}
