* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('http://fantapalazzo.mrcriss.com/immagini/bkg_image.jpg') repeat-x top left #a0ee04;
}

#main {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
}

#header{
	width:960px;
	position:relative;
	background: url('http://fantapalazzo.mrcriss.com/immagini/header.jpg') no-repeat left top;
	height: 130px;
	float:left;
}

#center{
	width:960px;
	position:relative;
	float:left;
	background: url('http://fantapalazzo.mrcriss.com/immagini/bkg_center.jpg') repeat-y top left #a0ee04;
}

#contenuto_center{
	width:920px;
	margin-left:20px;
}

h1{
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

h2{
	font-size:20px;
	font-weight:normal;
	color:#FF0000;
	text-align:left;
	width:90%;
	border-bottom:solid 1px #FF0000;
	margin-left:10px;
}

h3{
	font-size:16px;
	font-weight:normal;
	color:#FF0000;
	text-align:left;
	width:90%;
	border-bottom:solid 1px #FF0000;
	margin-left:10px;
}

.testo{
	padding:10px;
	text-align:justify;
	line-height:18px;
}

.link_rosso a{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

.link_rosso a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

tr{
	line-height:18px;
}

th{
	background-color:#FF0000;
	color:#FFFFFF;
}

tr.odd{
	background-color:#e8fbc1;
}

tr.even{
	background-color:#f1fcd8;
}

#footer{
	width:960px;
	position:relative;
	float:left;
	background: url('http://fantapalazzo.mrcriss.com/immagini/footer.jpg') no-repeat left top;
	height: 120px;
}

#menu_orizzontale{
	margin:80px 0px 0px 30px;
}

.voce_menu{
	float:left;
	padding-top:15px;
}

.voce_menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
}

.voce_menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#76b002;
	padding:5px;
}

.divisorio_menu{
	margin:5px 10px;
	width:2px;
	height:30px;
	background:url(../immagini/divisorio_menu.jpg) no-repeat top left;
	float:left;
}

.container_banner_menu_sx{
	float:left;
	position:relative;
	width:660px;
}

.container_banner_menu_dx{
	float:left;
	position:relative;
	width:230px;
}

.banner_menu{
	float:left;
	position:relative;
}

.credit_footer{
	margin:75px 0 0 30px;
	color:#FFFFFF;
}

.credit_footer a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.credit_footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}

#container_login{
	text-align:center;
}

#login{
	background:url(../immagini/login.jpg) #FFFFFF no-repeat top center;
	width:498px;
	height:250px;
}

#login .intestazione{
	float:left;
	width:100px;
	color:#76b002;
}

#login .campo{
	float:left;
	width:160px;
}


