body {
  padding-top: 50px;
  background: #cc6633 url(../img/bg.jpg) repeat-x;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.counter {
	height: 150px;
	border-radius: 3px;
	background-image: url(../img/bg-counter.png);
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	  -webkit-box-shadow: -2px 6px 14px 0px #000; 
          box-shadow: -2px 6px 14px 0px #000;
}
.mt {
	margin-top: 30px;
}
.pupone {
	height: 200px;
	width: 200px;
	background-image: url(../img/totti3.png);
	position: fixed;
	left: 0px;
	top: 250px;
	z-index: 100000;
}
.pupone2 {
	height: 200px;
	width: 200px;
	background-image: url(../img/totti2.png);
	position: fixed;
	left: 0px;
	top: 250px;
	z-index: 100000;
}
.twitta {
	background-color: #a50133;
	color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: -2px 6px 14px 0px #000; 
    box-shadow: -2px 6px 14px 0px #000;
	padding: 10px;
}
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}