body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
		background-image:url(../bg_tile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
	
a {
	color:#003366;
	font-size:13px;
	text-decoration:none;
	}

a:hover {
	color:#009900;
	text-decoration:none;
	}
	
#container {
	width:960px;
	margin:0 auto;

	}

#bollino {
	position:absolute;
	top:51px;
	right:75px;
	width: 185px;
	height: 56px;
	}
	
#header {
	width:960px;
	position:relative;
	height:160px;
	}
	
#content {
	width:960px;
	position:relative;
	height:auto;
	}
	
#logo {
	position:absolute;
	left:20px;
	top:20px;
	}

