﻿#contenitore {
	background-position: center center;
	position: relative;
	width: 790px;
	height: 390px;
	background-image: url('../gif/copinfo.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#testo {
	position: absolute;
	width: 355px;
	height: 180px;
	top: 180px;
	right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-align: center;
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	position: absolute;
	width: 355px;
	height: 90px;
	top: 50px;
	right: 35px;
	text-align: center;
	line-height: 15px;
}

