/**********************************
MAIN CONTAINER
**********************************/

html,body{
	height: 100%;
}

body {
	background:#666666;
	color:#333333;
	font: 11px Verdana;	
}



#background {
	background: url(http://www.cremonaweb.it/temporealecrweb/uscremonesehigh.jpg) 50% 0 no-repeat;
	height:206px;
}

#container {
	margin: 0px auto;
	width:1000px;
}

#flags {
	position:absolute;
	background: url(http://www.cremonaweb.it/temporealecrweb//uscremonesehigh.jpg) 50% 0 no-repeat;
	width:1000px;
	height:300px;
  z-index:1;
}

