html,body{
	height: 100%;	
	margin: 0;
	text-align: center;
	width: 100%;
}

#contenitore{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top:0;
	left:0;
	background: url("img/sfondo.jpg") repeat-x;
	z-index: 0;
	text-align: left;
}
#header{
	display: block;
	position: relative;
	top: 9%;
	left: 50%;
	width: 571px;
	height: 90px;
	margin: -45px 0 0 -285px;
	z-index: 10000;
}

html>body #header{
	background: url(img/header32.png) no-repeat;
}

#centro{
	display: block;
	position: relative;
	top: 55%;
	left: 50%;
	width: 571px;
	height: 260px;
	margin: -125px 0 0 -285px;
	z-index: 10000;
}
/*
#middle{
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -200px;
	width: 400px;
	height: 250px;
	z-index: 0;
}

html>body #middle{
	background: url(img/cerchi2.png) 125px 0 no-repeat;
}
*/
#logo{
	float:left;
	position: absolute;
	width: 90px;
	height: 93px;
	top: 63%;
	left: 39%;
}
html>body #logo{
	background: url(img/valdarnialogo.png) no-repeat;
}
#basket{
	float:left;
	position: absolute;
	top: 30%;
	left: 23%;
	width: 168px;
	height: 152px;
	margin: -76px 0 0 -84px;
	z-index: 1000;	
}

#basket a{
	float:left;
	position: absolute;
	top: 55%;
	left: 30%;
	width: 168px;
	height: 152px;
	margin: -76px 0 0 -84px;
	z-index: 1000;
}

html>body #basket a{
	background: url(img/basket.png) no-repeat;
}
html>body #basket a:hover,#basket a:focus,#basket a:active{
	background: url(img/basketC.png) no-repeat;
}
#calcetto{
	float: right;
	position: absolute;
	top: 38%;
	left: 77%;
	width: 161px;
	height: 149px;
	margin: -75px 0 0 -80px;
	z-index: 1000;
}

#calcetto a{
	float: right;
	position: absolute;
	top: 46%;
	left: 62%;
	width: 161px;
	height: 149px;
	margin: -75px 0 0 -80px;
	z-index: 1000;
}

html>body #calcetto a{
	background: url(img/calcetto.png) no-repeat;
}
html>body #calcetto a:hover,#calcetto a:focus,#calcetto a:active{
	background: url(img/calcettoC.png) no-repeat;
}
#basketW{
	display: block;
	float: left;
	position: absolute;
	width: 153px;
	height: 46px;
	z-index: 100000;
	top: 68%;
	left: 16%;
	margin: -23px 0 0 -76px;
}

html>body #basketW{
	background: url(img/basketW.png) no-repeat;
}

#calcioW{
	display: block;
	float: right;
	position: absolute;
	width: 207px;
	height: 52px;
	z-index: 100000;
	top: 61%;
	left: 61%;
}

html>body #calcioW{
	background: url(img/calcettoW.png) no-repeat;
}