@import url(style.css);

BODY {
	margin: 0px;
	background-image: url(/themes/basictheme/imgs/sfondo.png);
	background-position: right top;
	background-repeat: repeat-y;
}
TABLE.container {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 99;
	background-image: url(/themes/basictheme/imgs/Sipario.gif);
	background-position: top right;
}
TR,TD	{
	margin: 0;
	border: none;
	padding: 0;
}
DIV.container A	{
	display: block;
	width: 96px;
	height: 33px;
	margin: 1px;
	border: 0;
	padding: 0;
}
DIV.container A:hover {
	margin: 0;
	border:	1px dashed white;
}
DIV.container A IMG {
	width: 96px;
	height: 33px;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 0;
}
DIV.container {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-image: url(/themes/basictheme/imgs/sfondologo.jpg);
	z-index: 0;
}
TD.headtitle {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
TD.headtitle TABLE {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
DIV.footer {
	color: white;
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
}
DIV.footer A {
	color: white;
	font-style: italic;
}
DIV.footer A:hover {
	color: white;
	font-style: italic;
	text-decoration: underline;
}