
/* Add custom CSS here, it will not be overwritten by product updates */
.center {
	width:220px;
	position:relative;
	left:50%;
	top:80px;
	padding: 20px 20px 20px 35px;
	margin:0 0 20px -137px;
	background: rgb(121, 30, 27);
	background: rgba(121, 30, 27,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
html { 
	margin:0;
	padding:0;
	font-size: 12px;
	color: #FFFFFF;
	background: url('templates/photo/imgcustom/Sfondo-Preventivi.gif') no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: Verdana;
	height: 100%;
	width: 100%;
}