html {
	height: 100%;
	}
body, html {
	margin: 0; padding: 0;
	font-size: 16px; font-family: Arial, Helvetica, sans-serif; color: #000; text-align: center; line-height: 1.4;
	}
body {
	background: #fff;
	margin: 0 50%;
	}
sup {
	font-size: 12px;
	}
	
/* =Text
=====================================================*/
a:link, a:visited, a:hover, a:active {
	color: #0b57a3; text-decoration: underline; font-weight: bold;
	}
p {
	font-weight: bold;
	}

/* =Layout
=====================================================*/
#content {
	position:absolute;
	left: 50%;
	width: 580px;
	margin-top: 60px; margin-left: -290px;
	}

div#jobnumber {
	margin: 0; padding: 20px 0 0 0;
	font-size: 11px;
	}