body {
    background-color: #EBEBE8;
    margin-top: 0;
    min-height: 620px;
    overflow-y: visible;
    font-family: Helvetica, Arial, sans-serif!important;
}

div#main_body_div {
    width: 85%;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
    height: auto;
	margin: 0 auto;
}

@media (max-width: 767px){ 
	div#main_body_div {
		width: 99%;
	}
	
	.footer-cps {
		width: 100% !important;
	}
    
    .img_container{
        width:80%;    
    }
    
    .top_row_images{
        width: 100% !important;
    }
    
    .top_row_images div{
        padding-bottom: 15px;
    }
    
    .bottom_row_images{
        width: 100% !important;
    }
    
    .bottom_row_images img{
        width: 100%;
    }
    
    .bottom_row_images div{
        padding-bottom: 15px;
    }
    
    .text_container{
        font-size: 12.5px;
    }
    
}

.header{
    background-color: #cc0000;
	height: 25px;
}

.logo_container{
	padding-top: 20px;	
}

.text_container p{
	margin-top: -1.1em;
}

.text_container{
	padding-bottom: 15px;
}

.top_row_images{
    width:80%;
}

.top_row_images div{
    padding-bottom: 20px;
}

.bottom_row_images{
    width: 80%;
}

.bottom_row_images div{
   padding-bottom: 20px;
}

.footer{
	background-color: #cc0000;
	height: 62.5px;
}

.footer-cps{
	width: 50%;
	margin: 0 auto;
	left: 0;
	text-align: center;
	color: #fff;
	top: 37%;
	position: relative;
	font-size: 12px !important;
}


