 
.row_frontDisplay{
	
	height: 250px;
	border-bottom: #666;
	background: #3E003E;
	 
	 
 
	
	
}
td{
	font-size: 14px;
	text-align: center;
	 
}

.display_frontpage{
	text-align:center;
	background: #3E003E;
	padding:   15px 0;	
	margin: 10px 0;
}

    div.wrapper{  
        float:left; /* important */  
        position:relative; /* important(so we can absolutely position the description div */  
    }  
    div.description{  
        position:absolute; /* absolute position (so we can position it where we want)*/  
        bottom:0px; /* position will be on bottom */  
        left:0px;  
        width:100%;
		top:136px;  
        /* styling bellow  */ 
        background-color:#F6FFAF;  
       font-family: 'Lobster', cursive;  
	   /*font-family: 'Bangers', cursive;*/
        font-size:30px !important;  
        color:#F30;  
        opacity:0.7; 
        filter:alpha(opacity=70); /*    IE transparency */  
    }  
  
