* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #6B6C81;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}
a img {
	border: 0px;
}

#wrapper {
	position: absolute;
	float: left;
	width: 852px;
/* 	height: 811px; */
	top: 21px;
	left: 50%;
	margin-left: -426px;
	background-color: #FFFCF5;
	border: 1px solid #000000;
}

#header {
	position: relative;
	float: left;
	width: 817px;
	height: 113px;
	margin: 11px 18px 0 18px;
	border-bottom: 1px solid #000000;
}

#pic {
	position: relative;
	float: left;
	width: 815px;
	height: 376px;
	margin: 6px 19px 6px 19px;
}

#divisions {
	position: relative;
	float: left;
	width: 817px;
/* 	height: 274px; */
	padding-bottom: 15px;
	margin: 0 18px 0 18px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 1px;
}
#ibs,
#technipower,
#it,
#hr {
	position: relative;
	float: left;
	width: 404px;
/* 	background-color: blue; */
	margin-top: 14px;
	padding-left: 4px;
}
#it {
	clear: both;
}

#ibs p,
#technipower p,
#it p,
#hr p {
	font-family: helvetica;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin-left: 57px;
	margin-top: -8px;
	margin-right: 25px;
	line-height: 16px;
}
#ibs a.text_link,
#technipower a.text_link,
#it a.text_link,
#hr a.text_link {
	position: relative;
	float: right;
/* 	display: block; */
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
/* 	text-align: right; */
	text-decoration: none;
/* 	margin-right: 25px; */
	margin-top: 3px;
	margin-right: 25px;
}

#footer {
	position: relative;
	float: left;
	width: 817px;
	height: 22px;
	margin: 0 18px 0 18px;
}

#footer p {
	line-height: 22px;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

#footer p a,
#footer p a:visited,
#footer p a:active {
	color: #000;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer p span {
	margin: 0 0.5em;
	white-space: nowrap;
}