@CHARSET "ISO-8859-1";
*{
	padding:0px;
	margin:0px;
}

body{
	display:-webkit-box !important;
	box-pack:center !important;
	-webkit-box-pack:center !important;
	-moz-box-pack:center !important;
	-ms-box-pack:center !important;
	-o-box-pack:center !important;
	-khtml-box-pack:center !important;
}

#container{
	width:1350px !important;
	background-color:rgba(219, 204, 204, 0.4);
}

#inner_content{
	width:1070px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	height:1012px !important;
}

#products_page{
	display:none;
	position:absolute;
	width:1070px;
	top:100px;
}

#careers_page{
	display:none;
	position:absolute;
	width:1070px;
	top:100px;
}

#services_page{
	display:none;
	position:absolute;
	width:1070px;
	top:100px;
}

#about_page{
	display:none;
	position:absolute;
	width:1070px;
	top:100px;
}

