/* CSS Document per il sito francescopolizzi.it by INSTANT WEBSITES 2007 */
/* www.instantwebsites.it - info@instantwebsites.it */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../immagini/bckg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Blocco centrato a dimensione intera */

#centrato {
	margin-top: -302px;
	margin-left: -291px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 581px;
	height: 605px;
	border: 1px solid #333333;
	background-color: #000000;
}

/* Blocco centrato e ridimensionato */

#centrato_rid {
	margin-top: -285px;
	margin-left: -274px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	width: 547px;
	height: 570px;
	border: 1px solid #333333;
	background-color: #000000;
}


