﻿html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Arial";
	background-color:#090909;
	background-image:url('../Images/Bk.jpg');
	background-repeat:no-repeat;
	vertical-align: bottom;

}

.style1 a:link {
	text-decoration: none;
	color:#FFFFFF;
}
.style1 a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.style1 a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

.style7 a:link {
	text-decoration: none;
	color:#000000;
}
.style7 a:visited {
	text-decoration: none;
	color:#000000;
}
.style7 a:hover {
	text-decoration: none;
	color:#ffffff;
}

.style9 a:link {
	text-decoration: none;
	color:#000000;
}
.style9 a:visited {
	text-decoration: none;
	color:#000000;
}
.style9 a:hover {
	text-decoration: none;
	color:#ffffff;
}

#credits a:link {
	text-decoration: none;
	color:#928783;
}
#credits a:visited {
	text-decoration: none;
	color:#928783;
}
#credits a:hover {
	text-decoration: none;
	color: #E2001a;
}


#esterno {
	margin: 0 auto;
	width: 800px;
	height: auto;
	overflow: hidden;
	margin-top: 0;
	margin-left: auto;
	margin-right:auto;
	background-color:#12ococ;
}

#logoTop {
	float: auto;
	background-color: #12ococ;
	width: 800px;
	height: 70px;
	font-size: 8pt;
	color: #ffffff;

}

#logostacchiotti {
	float: left;
	margin: 0px;
	overflow: hidden;
	margin-top: auto;
	width: 430px;
	height: 70px;
	background-image: url('../Images/logostacchiotti.png');
	background-repeat: no-repeat;
	font-weight:bold;
	font-size: 10pt;
	color: #666666;


}

#menu {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
	width: 800px;
	font-size: 11pt;
	color: #FFFFFF;
	background-image: url('../Images/bkmenu.png');
	background-repeat: repeat-x;
	height: 60px;
	text-align: center;
}

#Contatore {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color:#DEDEDE;
}

#Container {
		position: relative;
		min-height: 100%;
		height: 100%;
}

html>body #Container {
	height: auto;
}

.red {
	background-image: url('../Images/bkselect.png');
	margin: 0px;
	height: 60px;
	background-repeat: repeat-x;
}

#testata {
	margin: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 800px;
	height: 150px;
}
#corpo {
	border: thin #E2001a groove ;
	margin: 0px;
	overflow: hidden;
}

.linea {
	border: thin #E2001a dotted;
	margin: 0px;
	overflow: hidden;
	height: 1px;
}


.corpopagina {
	padding: 10px;
	text-align: justify;
	font-size: small;
	color: #ffffff;
	height: auto;
	background-image: url('../Images/bkpage.png');
	background-repeat: repeat-y;
}

.image {
	border: thin #ffffff groove;
}

#credits {
	padding: 5px;
	text-align: right;
	font-size: 9pt;
	color: #ffffff;
	background-color: #111111;
	height: 20px;


}

