.info_block{
	margin: auto;
    text-align: center;
    margin-bottom: 10px;
	background-color:#FD0909; 
	width:280px; 
	height:139px; 
	padding:20px 10px 10px; 
	position:relative;	
	text-decoration: none!important;
	display:block;	
	clear:both;
}

.info_block div:first-child{
	color:#F4F906; 
	text-align:center; 
	font-size:38px; 
	line-height:45px; 
	font-weight:bold;
}
.info_block div:nth-child(2){
	color:#FFF; 
	text-align:center; 
	font-size:22px; 
	position:absolute; 
	bottom: 10px; 
	width:280px;
}