html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clearfix {height: 1%;}
*:first-child+html .clearfix {min-height: 1px;}

body {
	text-align: center;
	min-width: 960px;
	padding: 131px 0 154px 0;
	font: 12px/18px Arial, sans-serif;
	background: #fff;
	color: #000;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#recruitment, #safety {
	width: 480px;
	float: left;
}

#recruitment p, #safety p {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#recruitment p {
	width: 223px;
	height: 242px;
}

#recruitment p a span, #safety p a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#recruitment p a span {background: url(/images/splash/recruitment.jpg) no-repeat;}
#recruitment p a:hover span {background: url(/images/splash/recruitment.jpg) -223px 0 no-repeat;}

#safety p {
	width: 298px;
	height: 242px;
}

#safety p a span {background: url(/images/splash/safety.jpg) no-repeat;}
#safety p a:hover span {background: url(/images/splash/safety.jpg) -298px 0 no-repeat;}

#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 31px;
	line-height: 31px;
	color: #fff;
	background: #253b81;
}

#header p, #footer {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#footer-wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 54px;
	padding-top: 38px;
	line-height: 54px;
	background: #eda70e;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#copyright {
	float: left;
}

#webhead {
	float: right;
}