#content{
	margin-top:70px;
}

.brand{
	height: 200px;
	width: auto;
}

.footer{
	margin-top:20px;
}

#background{
	overflow:hidden;
	top:0px;
	left:0px;
	width:100%;
	height: 300px;
	z-index: -1;
}

#background img{
	margin: 0 auto;	
	position: absolute;
	top: 0;
	left: 0;
}


@media (min-width: 768px) {
	#background{
		height: 500px;
	}
}