html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image: url(immagini/p01.gif);
	background-repeat: repeat-y;
	color: #48413a;
	background-position: left top;
	font-size: 12px;



}
.paddingtest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c9beb3;
	padding: 5px;
	color: #48413a;
	width: 280px;
	background-image: url('immagini/scacchi.gif');
	background-repeat: repeat;
	text-align: center;
	font-size: 12px

}

