/**************************************************************************
 Impostazioni generali
**************************************************************************/

body {
	background: black;
	background-image: url(hkxbk.jpg);
/*	background-position: 0 0;*/
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Times New Roman", roman, times, serif;
}

/* titlo di una pagina */
h1 {
	color: white;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
	text-align: right;
	background-color: #008080;
	margin: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: white;
	width: 100%;
}

a {
	color: #008080;
}

a:visited {
        color: #008080;
}

a:hover {
        color: #008080;
}

a:link {
        color: #008080;
}

a:active {
	color: #008080;
}			

/**************************************************************************
 Impostazioni della barra di navigazione
**************************************************************************/

div#navbar {
	position: absolute;
	top: 125px;
	left: 25px;
	width: 160px;
	border-color: #008080;
	border-style: solid;
}

div#navbar a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: "Courier New", courier, fixed, monospace;
	padding: 5px 10px;
	margin: 2px;
	border-width: 0;
	text-decoration: none;
	color: black;
	/*background-image: url(btn-normal.jpg);*/
	background-color: #008080;
}
				     
div#navbar a:hover {
	color: #008080;
	/*background-image: url(btn-hover.jpg);*/
	background-color: black;
}

/**************************************************************************
 Banner/Titolo
**************************************************************************/

img#banner {
	position: absolute;
	top: 12px;
	left: 25px;
}

/**************************************************************************
 Impostazioni del corpo della pagina
**************************************************************************/

div#main {
	position: absolute;
	top: 125px;
	left: 205px;
	right: 25px;
	border-color: #008080;
	border-style: solid;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background-color: transparent;
}

/**************************************************************************
 Impostazioni del pie' di pagina
**************************************************************************/

div#pgfoot {
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 10px;
	text-align: center;
	border-color: #008080;
	border-style: solid;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

/*h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; text-align: right; 
background: #ACE; color: #024; letter-spacing: 0.5em; text-transform: 
lowercase; font: bold 25px sans-serif; height: 28px; vertical-align: middle; 

white-space: nowrap;}*/
div#links {position: absolute; top: 52px; left: 0; width: 160px; height: 
700px; font: 16px Verdana, sans-serif;}
