body {
	margin: 0;
	padding: 0;
	font: 75% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	
}
#head{
	clear: both;
	color: White;
	text-align: center;
	height: 300px;
	margin-top: 0px;
	background: #003250 no-repeat right;
	background-image: url(Images/sfondo.png);
}

h1 {
	margin: 8px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	color: White;
	font-style: oblique;
	font-variant: normal;
}

#box{
	clear: both;
	color: White;
	text-align: left;
	width: 580px;
	height: 420px;
	margin-top: 0px;
	background: Silver;
	position: relative;
	float:right;
	border: double;
}
#Cbox{
	text-align: left;
	color: White;
	width: 360px;
	height:auto;
	margin-top: 0px;
	background: Silver;
	position: relative;
	float:left;
	border: double;
}
#Brand{
	text-align: left;
	color: White;
	width: 300px;
	height: auto;
	margin-top: 0px;
	margin-left: 30px;
	background: Olive;
	position: static;
	float: left;
	border: double;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	line-height: 1.7em;
	color: #666;
	background: #f2f2f6;
	height: 360px;
}

#footer {
	clear: both;
	color: White;
	background: #003250;
	text-align: center;
	height: 80px;
}


#footer a{
	clear: both;
	color: White;
	/*background: #036;*/
	text-align: center;
}
#footer a:hover {
  /*background: #036;*/
  color: #f36207;

}