html {
	height: 100%;
	margin: 0;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
}
#box { 
	background-color: transparent;
	width: 500px;
	height: auto;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#testata { 
	background-color: transparent;
	width: 500px;
	height: 75px;
	margin: 0;
	background-image:  url(../grafica/hk_sf_logo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo { 
	background-color: transparent;
	width: 228px;
	height: 75px;
	margin: 0;
	padding: 0;
	float: left;
}
#intest { 
	background-color: transparent;
	width: 248px;
	height: 75px;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #999999;
	text-align: right;
}
#intest h1 { 
	margin: 30px 5px 0 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #36538A;
	font-weight: bold;
	line-height: 1.9em;
	letter-spacing: 2px;
}
#cont { 
	background-color: transparent;
	width: 476px;
	height: 270px;
	margin: 0;
	background-image:  url(../grafica/hk_sf_crediti.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right: 1px solid #999999;
}
#bottom { 
	background-color: transparent;
	width: 500px;
	height: 40px;
	margin: 0;
	border-top: 1px solid #999999;
}
#bottomriga { 
	background-color: transparent;
	width: 476px;
	height: 40px;
	margin: 0;
	border-right: 1px solid #999999;
	border-top: 6px solid #FFEE00;
}
#indirizzo { 
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 10px 0 0 12px;
}
#indirizzo p { 
	margin: 5px 0 5px 0;
}
#indirizzo a { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
}
#indirizzo a:hover { 
	color: #006633;
	background-color: #FFEE00;
	text-decoration: none;
}
#crediti { 
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 100px 0 0 12px;
}
#crediti p { 
	margin: 5px 0 5px 0;
}
.titoli { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	font-weight: normal;
	letter-spacing: 1px;
}
.testo, .testo a { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.testo a:hover { 
	color: #333333;
	background-color: #FFEE00;
	text-decoration: none;
}