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

body {
	color:#1f1f1f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	letter-spacing: -.3px;
	background-color: #f4ebd6;
	background-image: url(images/bonusmalus-bg.png);
	background-repeat: no-repeat;
	background-position:top center;
	text-align:center;
	margin:0px;
}

#page {
	text-align:left;
	margin:auto;
	width:1000px;
	background-image: url(images/bonusmalus-box.png);
	background-repeat: no-repeat;
	margin-top:0px;
	height:470px;
}

#content {
	padding-left: 65px;
	padding-top: 200px;
	width: 890px;
}

h2 {
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
}

#testo {
	width: 500px;	
	float:left;
	text-align:left;
}

#testo p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#pulsanti {
	float:right;
	text-align:right;
}

img {
	border: none;	
}

/* png IE6 */

*html #page { background: transparent none no-repeat top left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='http://offerte.dialogo.it/assicurazioni/images/bonusmalus-box.png');
}

