body, html { height:100%; margin:0 }

body{
	background:#FFF url(../img/bg_body.png);
	text-align:center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: auto;
	padding: 0;
	}

a:link, a:visited, a:active  {
	color: #999999;
	text-decoration:none;
	}

a:hover {
	color: #FFF;
	text-decoration:none;
	}

#container {
	height:320px;
	width: 460px;
	position: absolute;
	top: 50%;
	left:50%;
	margin:-110px 0 0 -230px;
	}
	
img {border: 0;}


.bottone {
	width: 139px;
	height: 32px;
	margin:auto;
	}

.bottone a {
	width: 139px;
	height: 32px;
	display: block;
	background: url(../img/bottone.gif) no-repeat top left;
	text-decoration:none;
	}

.bottone a:hover {
	background-position: top right;
	}


#footer { 
	position:absolute;
	top: 98%;
	left: 50%;
	height: 10px;
	width:600px;
	margin: -5px 0 0 -300px;
	text-align: center;
	font-size: 10px;
}

