body {
    font: 28px/1.4 'Helvetica Neue', 'Helvetica','Arial', sans-serif;
    color: #333;
	font-weight:bold;
	padding:0;
	margin:0;
}
.container {
    width: 100%;
	height:200px;
    margin: auto;
	background-color:#a3afb5;
	background:url(neworleans.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.callback,
.simple,
.offset {
  font-size: 50px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ffffff;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.styled{

}

div {
	text-align:center;	
}
.styled div {
  display: inline-block;
  margin-left: 60px;
  margin-top:50px;
  font-size: 50px;
  color:#ffffff;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
  text-align:center;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
