html {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
body {
	background-image:url(../images/blue-pattern.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:transparent;
	color:#656565;
	font-family:Tahoma, sans-serif;
	font-size:13px;
	height:367px;
	margin:0;
}
#wrapper {
	width:1060px;
	margin:0 auto;
	padding-top:110px;
	background-image:url(../images/blue-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height:250px;
}
h2 {
	text-align: center;
	font-size:1.8em;
	line-height:1;
	margin-bottom:20px;
	padding-top: 15px;
}
h3 {
	font-size: 1.1em;
}
p {
	text-align: center;
	font-size:1.3em;
	margin: 38px 0 30px 0;
}
a:link, a:visited {
	color: #9A0003;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #2a6888;
	text-decoration: underline;
}

#logo {
	width:154px;
	height:48px;
	margin:0 auto;
	margin-bottom:20px;
}
#page-container {
	width:884px;
	margin:0 auto;
}
.container {
	background-image:url(../images/page.png);
	background-repeat: no-repeat;
	position: relative;
	width: 740px;
	height: 410px;
	padding: 20px;
	padding-left:0;
	padding-right:0;
	margin:0 auto;
	z-index:3;
}
.content {
	display: block;
	margin: 0 auto;
}




#chiusura {
text-align: center;
/*
background: transparent url('../images/powered-lynx2000.gif') no-repeat top left;
width: 72px;
height: 23px;
float: left;
overflow: hidden;
visibility: visible;
text-indent: -15000px;
*/
}

