@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	color:#FFFFFF;
}

img{
	border:0px;
}

div#general{
	width: 700px;
	height: 603px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -308px;
	margin-left: -358px;
}

div#title{
	position:relative;
	background-image: url('../img/sfondo-titolo.jpg');
	padding:0px 0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
	width: 700px;
	height: 393px;
}

div#container{
	position: relative;
	background-color:#0C3379;
	padding:0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	min-height: 150px;
	text-align:center;
}

div#fondo{
	position:relative;
	background-image: url('../img/fondo.png');
	padding:0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;	
	width: 700px;
	height: 60px;
}