html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

.jumbotron {
	padding-top: 75px;
	background-color: #663333; 
	text-align: center;
}

body {
	/*padding-bottom: 50px;*/
}

#wrap {
    min-height: 100%;
    
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
}

.container {
	padding-top: 30px;
	padding-bottom: 30px;
}

#push, #footer {
	height: 80px;
}

#footer {
	background-color: #663333; 
	color: white;
	text-align: center;
  	line-height: 100px;
}

#footerText {
	display: inline-block;
	vertical-align: middle;
	line-height: normal; 
}

.product-image {
	max-height: 250px;
}

.brand-image {
	max-height: 60px;
	margin-right: 10px;
}