﻿body {
	background-color: #281D09;	
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	width: 100%;
	margin: 0;
}

P {
	margin: 1px 0 1px 0;
}

H1 {
	margin: 3px 0 3px 0;
	font-size: 1.5em;
}

H2 {
	margin: 3px 0 3px 0;
	font-size: 1.3em;
}

H3 {
	margin: 3px 0 3px 0;
	font-size: 1.1em;
}

a:link img {
	border: none;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}

a:visited img {
	border: none;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}

#boxintro {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 480px;
	margin-top: -240px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
}

#boxintro-header
{
	float: left;
	width: 600px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	background-color: Transparent;
}

#boxintro-enter
{
	float: left;
	width: 600px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	background-color: Transparent;
}

#boxintro-info {
	float: left;
	width: 600px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: Transparent;
}

#boxintro-pie-di-pagina-sx {
	float: left;
	width: 300px;
	height: 30px;
	line-height: 30px;	
	text-align: left;
	vertical-align: middle;
	background-color: Transparent;
}

#boxintro-pie-di-pagina-dx {
	float: left;
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	vertical-align: middle;
	background-color: Transparent;
}

#boxintro-footer {
	float: left;
	width: 600px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: Transparent;
}


/* Box Contenuti */
#boxcontent {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 720px;
	height: 560px;
	margin-left: -360px; 
	margin-top: -280px;
}

#boxcontent-menu {
	float: left;
	width: 720px;
	height: 20px;
	padding-left: 270px;
}

#boxcontent-center {
	float: left;
	width: 720px;
	height: 520px;
	background-image: url(../images/sfondo/bgBox.jpg);
}

#boxcontent-bottom-sx {
	float: left;
	padding-left: 10px;
	width: 350px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
}

#boxcontent-bottom-dx {
	float: left;
	padding-right: 10px;
	width: 350px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
}

#boxcontent-content {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 410px;
	height: 480px;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
}

a:link  {
	text-decoration: none;
	color: #ffff00;
}

a.cornice {
margin: 0px;
padding: 0px;
background: none;
}

a.cornice img {
height: 100px;
width: 75px;
margin: 0px 5px 0px 0px;
padding: 0px;
border: 1px solid #ffffff;
background: #ffffff url(../images/cornice.jpg) no-repeat 50% 0;
}

/* =========Validazione CSS e XHTML ========== */
a.validcss {
	background: url(/images/validcss.gif) no-repeat left center;
	padding-left: 13px;
	color:#FF9900;
	text-decoration: none;
	margin-left: 10px;
}

a.validcss:visited {
	color:#FF9900;
}
a.validcss:hover {
	color:#ffffff;
	text-decoration: none;
}
a.validhtml {
	background: url(/images/validhtml.gif) no-repeat left center;
	padding-left: 13px;
	color:#80c43d;
	text-decoration: none;
	margin-left: 10px;
}
a.validhtml:visited {
	color:#80c43d;
}
a.validhtml:hover {
	color:#ffffff;
	text-decoration: none;
}
/* ======================================== */
