﻿body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Tahoma;
	font-size: 12px;
}
#div_contenitore {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin: 0 0 0 -500px;
}
.header {
	width: 1000px;
	background-image: url('Images/Header.jpg');
	background-repeat: no-repeat;
	background-position:center;
	height: 127px;
}
#div_site {
	position: absolute;
	width: 1000px;
	height: 27px;
	vertical-align:middle;
}
#div_content {
	position: absolute;
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 27px;
	padding-bottom: 50px;
}
.footer
{
	position:absolute;
	width: 1000px;
	height:28px;
	background-image:url('Images/footer_bg.gif');
	background-repeat:repeat-x;
	bottom: 0;
	text-align:center;
	color:#2d90cf;
	font-size: 13px;
}
