body {
	background-color: #000000;
	margin: 0;
	padding: 0;	
}

#homeContainer {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 780px;
	height: 390px;
	margin-top: -195px; /* la metà di height */
	margin-left: -380px; /* la metà di width */
	border: 1px solid #333;
	background-color: #000000;
}

#myHomeFlashContent{
}

#myHomeHTMLContent{
	
	padding: 10px;
	width: 760px;
	height: 360px;
	overflow: auto;
}

#myFlashGalleryContent{
}

#myHTMLGalleryContent{
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C8C8C;	
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

.scambiolink {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}


#menu {
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(/img/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#menu ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#menu ul li a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:24px;
}
#menu ul li a:hover,#styletwo ul li a.current{
	color:#fff;
	background:transparent url(/img/bgON.gif) repeat-x top left;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
position: absolute; 
	right: 10px; 
	bottom: 5px; 
}
#footer a{
	color: #808D23;	
}
#footer a:hover{
	color: #8D977E;
}
#footer a:visited{
	color: #7E7A30;
}