@charset "utf-8";

*{
	padding:0px;
	margin:0px;
 }

body{
	background:#000 url(../immagini/sfondo-index2.jpg) no-repeat center center;
	}



#contenitoreIndex {
	margin:50px auto;
	width:550px;
	height:480px;
	
		}



#skin{
	height:400px;
	background:url(../immagini/index-base.png)
	 }
	 
#oggetti{
	height:80px;	
		}
		
#contatore{
	width:275px;
	float:left;
	height:40px;
	margin-top:20px;
		}
		
#entra	{
	float:right;
	width:275px;
	height:40px;
	margin-top:20px;
	}		
