.welcome-jumbotron {
	background: url("../img/skyltbg-orange.jpg") no-repeat center center fixed;
	background-color: #e2630a;
}

.products-jumbotron {
	background: url("../img/prodbg-orange.jpg") no-repeat center center fixed;
}

.std-jumbotron {
	background: url("../img/stdbg-orange.jpg") no-repeat center center fixed;
}

.mark-jumbotron {
	background: url("../img/markbg-orange.jpg") no-repeat center center fixed;
}

.tag-jumbotron {
	background: url("../img/tagbg-orange.jpg") no-repeat center center fixed;
}

.pipe-jumbotron {
	background: url("../img/pipebg-orange.jpg") no-repeat center center fixed;
}

body.about {
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 45px;
	margin-left: 0px !important;
	margin-right: 0px !important; 
	background: url("../img/skyltbg-orange.jpg") no-repeat center center fixed;
	background-size: cover;
}

.prod-footer {
	background: #eee url("../img/prodbg-orange.jpg") no-repeat center top fixed;
	background-size: cover;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 16px;
}

.std-footer {
	background: #eee url("../img/stdbg-orange.jpg") no-repeat center top fixed;
	background-size: cover;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 16px;
}

.mark-footer {
	background: #eee url("../img/markbg-orange.jpg") no-repeat center top fixed;
	background-size: cover;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 16px;
}

.tag-footer {
	background: #eee url("../img/tagbg-orange.jpg") no-repeat center top fixed;
	background-size: cover;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 16px;
}

.pipe-footer {
	background: #eee url("../img/pipebg-orange.jpg") no-repeat center top fixed;
	background-size: cover;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 16px;
}

.footer {
	background: #eee url("../img/skyltbg.jpg") no-repeat center top fixed;
	background-size: cover;
	color: #666;
	font-size: 75%;
	text-align: center;
	text-shadow: 0 1px white;
	padding-top: 12px;
	padding-bottom: 16px;
}
