body, html{
	background-color: #FDDBB9;
}
a img {
	display: block;
	margin: 0px auto;
	width: 300px;
}

img{
	display: block;
	margin: 0px auto;
	width: 300px;
}
.align_right{
	text-align: right;
	padding: 0px!important;
}
.align_center{
	text-align: center;
}
@media screen and (max-width: 960px) {
.align_right{
	text-align: center;
	}
	.col-lg-4{
		text-align: center;
		}
}

@media (min-width: 1200px){
	
}
.container {
    max-width: 960px!important;
}


.footer{
	background-color: #119B5E;
	  height: 30px;
	  bottom: 0;
	  width: 100%;
	  text-align: center;
	  color: white;
	  line-height: 30px;
	  font-size: 13px;
}