@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.png);
	font-family:Verdana, Geneva, sans-serif;
}

p{
	color:#999;
	font-size:19px;
}

#blocco{
	width:800px;
	min-height:600px;
	
	position: absolute;
    left: 50%;
    margin-left: -400px;
}

.destra{
	float:right;
}

.sinistra {
	float:left;
	max-width:450px;
	background:#000;
	padding:10px;
}

.nero{
	width:800px;
	background:#000;
}