html, body, p {
margin:0;
padding:0;
cursor:default;
}

body, table, table td{
width:100%;
height:100%;
font-family:'pt_sans_captionbold', Arial, sans-serif;
}

body{
background-color:#FFF;
overflow:hidden;
}


table{
position:absolute;
visibility: visible;
}

table td{
vertical-align:middle;
text-align:center;
}


#home{
position:relative;
width:1024px;
height:768px;
margin:auto;
z-index:2;
overflow:hidden;
}

.centro{
position:relative;
left:0px;
}

.fuori{
position:relative;
left:3000px;
}

 #sito{
	 position:absolute;
	 width:210px;
	 height:40px;
	 top:10px;
	 left:40px;
	 z-index:1000;
}

#dimensioni{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-384px;
	margin-left:-512px;
	width:1024px;
	height:768px;
	background-image:url(../img/millimetrico_pixel.png);
	z-index:1;
}

.nascosto{display:none}


