@charset "UTF-8";
/* CSS Document */
* {
	margin					: 0 auto 0 auto;
	padding					: 0;
}
#wrapper {
	background-color: #FFF;
	width: 960px;
	height: 750px;
	background-image: url(immagini/canvas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 945px;
	text-align: left;
}
#txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	float: right;
	width: 450px;
	text-align: left;
	margin: 15px;
	line-height: 13px;
	border-color: #FFF;
}
#txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 450px;
	text-align: left;
	margin: 15px;
	line-height: 13px;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
#footer {
	width: 960px;
	position: absolute;
	top: 650px;
	text-align: center;
}

