html,body{margin: 0;padding:0;height:100%;}


body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #FFFFFF;
}
div.container{
	position:relative;
	width: 809px;
	height: 670px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	top: 0px;
}


body>div.container{height:670px;min-height:670px}




.content {
	background-color: #FFFFFF;
	position: absolute;
	height: 650px;
	width: 100%;
	left: 0px;
	top: 10px;
	border: 1px solid #000000;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	font-style: oblique;
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
#header {
	position: absolute;
	height: 227px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../header.jpg);
}

#tab {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 100%;
}


#text {
	position: absolute;
	height: 80px;
	width: 600px;
	left: 149px;
	top: 388px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: 14px;
}






#footer {
	position: absolute;
	height: 70px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #fedfef;
	font-size: 9px;
	background-repeat: no-repeat;
}


#testo {
	position: absolute;
	left: 26px;
	top: 1918px;
	height: 300px;
	width: 224px;
	color: #FF0033;
	font-family: "Comic Sans MS", "Century Schoolbook", "Courier New", sans-serif;
	text-align: center;
	font-size: 12px;
}
#testo_footer {
	position: absolute;
	bottom: 0px;
	color: #CCCCCC;
	left: 3px;
	font-size: 10px;
}

