﻿html, body, #container {
min-height:100%;
width:100%;
height:100%;
margin: 0;
padding: 0;
background-image: url(body.png);
background-repeat: repeat-x;
color:#000000;
font-family: Tahoma,Arial, sans-serif;
font-size: 11px;
text-align: justify;
}
#header {
	width:70%;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: center;
	border-top:5px solid #0467A2;
	height: 5em;
	line-height: 2em;
	width:100%;
	margin:0;
	padding:0;
}

#wrapper{
background:#E2EFF7;	
font: 14px Tahoma,Arial, sans-serif;
margin-top: 140px !important;
margin-top: 0px;
margin-left: -8px !important;
margin-left: -10px;
padding: 0;
}

#container{
position: relative;
background:#CCE3F1;
color:#000000;
min-height:700px;
height: auto !important;
height: 800px;
width:920px;
font-size: 13px;
text-align:justify;
margin:1em auto;
padding:20px;
border: 2px solid #E0E5FB;
}

#footer {
background-image: url(body_foot.png);
background-repeat: repeat-x;
width:100%;
margin-top:50px;
height:3em;
line-height:3em;
text-align:center;
font-size: 11px;
font-weight:bold;
border-top:5px solid #F44942;
border-bottom:5px solid #0467A2;
bottom: 0;
position: relative;
}

#footer .footer_content {	
	width:760px !important;
	width:780px;
	margin-right:auto;
	margin-left:auto !important; /* stupid ie... */
	margin-left:1px;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
img {
	border: none;
}
a:link {
 color : #000000;
 text-decoration: none;
 cursor: pointer;
cursor: hand;
}

a:visited {
 color : #000000;
 text-decoration: none
}

a:hover {
 color : #0272B0;
 cursor: pointer;
cursor: hand;
}

a:active {
 color : #000000;
}

.titolo{
font-size: 20px;
font-family: monospace;
font-weight:bold;
}
cursor:pointer;cursor:hand;
