html, body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	background-color: black;
	height:100%;
}
#main-container {
	width: 100%;
	margin: auto;
}
#content-container {
	margin: auto; 
	width: 805px;
	min-height: 700px;
	padding: 0px 0px 0px 0px;
	z-index: -20;
}

#careers {
	z-index:20;
	width:600px;
	height:113px;
	margin: auto; 
	margin-top: -100px;
}