@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
.none {
	display: none;
}
body {

	background: #211500 url(../images/bg-1.jpg) repeat;
	font-family: Lucida Sans Unicode, Trebuchet MS, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	z-index:0;
	background-color: #252525;
	height:100%; /* this is the key! */

}
h1, h2, h3, h4, h5 {
	display: none;
}
img {
		border: 0;
		vertical-align: middle;
}
a {
	color: #FFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


/* layout contorna IE-MAC-FF-OP */
#content:after,#body:after,#tavola:after,{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#content,#body,#tavola{ display: inline-table; }
* html #content,* html #body, * html #tavola{ height: 1%; }
#content,#body, #tavola{ display: block; }
/* fine */


#content {
	width: 100%;
	margin: 0 auto;
	height:100%; /* works only if parent container is assigned a height value */
}

#body{
	width: 985px;
	height: 880px;
	margin: 0 auto;
}

#tavola{
	margin: 118px 0 0 0;
	position: absolute;
	width: 978px;
	height: 588px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/tavola.png');
	z-index: 50;
}

html > /**/ body #tavola {
	background: url("../images/tavola.png") no-repeat top left;
	width: 978px;
	height: 588px;
}

#lampada{
	position: absolute;
	width: 604px;
	height: 407px;
	margin: 0 0 0 35px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/lampada.png');
	z-index: 100;
}

html > /**/ body #lampada {
		background: url("../images/lampada.png") no-repeat top left;
}

#carta{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/carta.png');
		width: 872px;
		height: 507px;
		margin: 40px 0 0 50px;
}

html > /**/ body #carta {
		background: url("../images/carta.png") no-repeat top left;
}

#pianta{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/pianta.png');
		width: 335px;
		height: 235px;
		position: absolute;
		z-index: 100;
		margin: 55px 0 0 650px;
}

html > /**/ body #pianta {
		background: url("../images/pianta.png") no-repeat top left;
}

#logo{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/logo.png');
		width: 117px;
		height: 77px;
		position: absolute;
		z-index: 100;
		margin: 30px 0 0 500px;
}

html > /**/ body #logo {
		background: url("../images/logo.png") no-repeat top left;
}

#pen1{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/pen1.png');
		width: 91px;
		height: 104px;
		position: absolute;
		z-index: 100;
		margin: 300px 0 0 80px;
}

html > /**/ body #pen1 {
		background: url("../images/pen1.png") no-repeat top left;
}

#pen2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/pen2.png');
		width: 70px;
		height: 114px;
		position: absolute;
		z-index: 100;
		margin: 160px 0 0 630px;
}
html > /**/ body #pen2 {
		background: url("../images/pen2.png") no-repeat top left;
}

#compasso{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/compasso.png');
		width: 86px;
		height: 107px;
		position: absolute;
		z-index: 100;
		margin: 160px 0 0 400px;
}

html > /**/ body #compasso {
		background: url("../images/compasso.png") no-repeat top left;
}
#coming{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/coming.png');
		width: 140px;
		height: 141px;
		position: absolute;
		z-index: 100;
		margin: 380px 0 0 750px;
		
}

html > /**/ body #coming {
		background: url("../images/coming.png") no-repeat top left;
}
#riga{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/riga.png');
		width: 298px;
		height: 126px;
		position: absolute;
		z-index: 100;
		margin: 350px 0 0 300px;
}

html > /**/ body #riga {
		background: url("../images/riga.png") no-repeat top left;
}

#riga1{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/riga1.png');
		width: 297px;
		height: 312px;
		position: absolute;
		z-index: 100;
		margin: 180px 0 0 25px;
}

html > /**/ body #riga1 {
		background: url("../images/riga1.png") no-repeat top left;
}


#piedi{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/piedi.png');
		width: 492px;
		height: 228px;
		position: absolute;
		margin: 650px 0 0 300px;

}

html > /**/ body #piedi {
		background: url("../images/piedi.png") no-repeat top left;
}



#txt{
	height: 100px;
	background-color:#000;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	z-index: 10;
	text-align:center;
	padding-top: 20px;
}
* html #txt{
	margin-top:875px;
}
