/* CSS Document */
body {
	background-color: black;
	min-width: 1150px;
b}

#section_top {
	background-image: url(rig.jpg);
	background-repeat: no-repeat;
	min-height: 1000px;
}

#header {
	background-image:url("DireWolfBanner.png");
	background-size:contain;
	background-repeat: no-repeat;
	max-width: 1800px;
	max-height: 100px;
	padding-top: 32px;
	padding-right: 20px;
	text-align: right;
}	

#about {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 24px;
	text-align: center;
	
	background: #00000060;
	
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#office_image {
	text-align: center;
}

#section_divider {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

#footer {
	font-family: "Arial";
	font-size: 12px;
	color: #CCCBCB;
}
.container {
	max-width: 1800px;
	margin-right: auto;
	margin-left: auto;
}
