BODY {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-family: "Arial Narrow", sans-serif;
background: url(../immagini/striscia1.JPG) repeat-y center;
}
#centrato {	
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#corpo {
	width: 800px;
	float: left;
	background: #292C29 url(immagini/sfondosx.gif) repeat-y left;
}

#header1 {
	background: Black url(immagini/header.jpg) center top no-repeat;
	text-align: right;
	color: #8B0000;
	height: 220px;
	padding: 0 15px 0 0;
	margin: 0;
}
#header1 p{
	font-size: 40px;
	padding: 145px 0 0 0;
	margin: 0 0 0 0;
}

#header2 {
	background: white;
	color: White;
	height: 50px;
	font-size: smaller;
}

#colonna-1, colonna-2 {
	padding-top: 0.5em;
	padding-bottom: 1px;
}
/*Inizio classe box*/

#colonna-1 {
	float: left;
	width: 360px;
	height: 748px;
	color: Black;
	background: url(immagini/strada.jpg) no-repeat top right;
}
#colonna-2 {
	background: white url(immagini/notebook.jpg) repeat-y left;
	text-align: right;
	float: right;
	padding-right: 15px;
	width: 420px;
	height: 760px;
	color: Black;
	font-size: 15px;
	border-right: silver solid thin;
	border-top, border-bottom, border-left: none;
}

#colonna-2 a {
	font-size: 10pt;
	text-decoration: none;
	color: orange;
}
#colonna-2 a:hover {
	color: white;
}



