body {
	text-align: center;
	background: #000 !important;
}
a {
	color: #67C125;
}
a img {
	border: none;
}
#container {
	position: relative;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	/*margin: 0 auto;*/
	text-align: left;
	background:#ffffff;
}
#header {
	height: 144px;
	background: url(images/body_bg.png) repeat-x;
}
#logo {
	position: absolute;
	top: 36px;
	left: 28px;
}
#steps {
	position: absolute;
	right: 0;
	top: 0;
}
#nav {
	position: absolute;
	top: 120px;
	left: 28px;
	height: 24px;
	overflow: hidden;
}
#nav a {
	display: block;
	float: left;
}
#nav a:hover img {
	margin-top: -24px;
}
#middle {
	position: relative; 
	color: #005580;
	padding: 40px 61px;
	background: #FFF;
}
#middle .image_container {
	position: absolute;
	bottom: 0px;
	left: 60px;
	line-height: 0;
}
#middle .image_container2 {
	position: absolute;
	float: right;	
	margin-top:40px;	
	line-height: 0;
}
.right_column {
	position:relative;
	float: right;
	width: 260px;
	line-height: 140%;
	background:#ffffff;
}
.centre_column {
position:relative;
	width: 311px;
	float: right;
	padding-right: 142px;
	background:#ffffff;		
	
}
#footer {
	background: #67C125;
	height: 46px;
}
#middle h3 {
	margin-bottom: 0;
	font-weight: bold;
}
.vacancy {
	background: #005580 url(images/vacancy_bg.png) left bottom repeat-x;
	padding: 20px 30px 5px;
	color: #FFF;
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 90%;
}
.vacancy h4 {
	font-weight: normal;
	font-size: 120%;
}
.vacancy a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.crumbs {
	margin-top: 0;
	color: #67C125;
	font-size: 80%;
}
th {
	text-align: right;
}
.success {
	padding: 10px 20px;
	border-top: 1px solid green;
	background: #E8F3D9;
	color: green;
	text-align: center;
	font-size: 130%;
	margin-bottom: 40px;
	width:515px;
}
#tipping_results_table {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#tipping_results_table th {
	text-align: left;
	cursor: pointer;
}
#tipping_results_table td {
	border-top: 1px solid #EEE;
}
div.clear {
	clear: both;
}
#logo_total {
	position: absolute;
	top: 18px;
	left: 24px;
	z-index: 100;
}
#linkme {
	position: absolute;
	top: 30px;
	right: 30px;
}