#container{
	background: url(../../img/mobile/bg.jpg) no-repeat center 71px;
}

#tastoGruppoBianchi a:link {
  	text-decoration: none;
	color: #064E86;
  	border: 1px solid #064E86;
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
  	background-color: #EEE;
	/*padding-top: 5px;*/
}

#tastoGruppoBianchi a:visited { /*IE*/
  	text-decoration: none;
	color: #064E86;
  	border: 1px solid #064E86;
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
  	background-color: #EEE;
	/*padding-top: 5px;*/
}

#tastoGruppoBianchi a:link, a:hover, a:visited {
	padding: 6px 25px 15px;
}

#tastoGruppoBianchi a:hover {
  	text-decoration: none;
	color: #27ABE2;
  	border: 1px solid #27ABE2;
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
  	background-color: #EEE;
}

#tastoGruppoBianchi a:link img {
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: -12px;
}

