#container {
    position: relative;
    margin: 0 auto;
    width: 915px;  
    min-height: 1500px;
	background:url(../images/background-service.jpg) no-repeat;
}

#header {
	background: url(../images/header-response.jpg) top left no-repeat;
	position: absolute;
	top: 56px;
	left: 10px;
	width: 895px;
	height: 117px;
}

#header span {
	display: none;
}

#nav {
	position: absolute;
	top: 129px;
	left: 475px;
	width: 420px;
	height: 42.5px;
}

#nav a:hover {
	background-position: bottom;	
}

#nav span {
	display:none;
}

#roi-panel {
	background: url(../images/roi-panel.png) top left no-repeat;
	position: absolute;
	top: 185px;
	left: 13px;
	width: 894px;
	height: 426px;
}

#roi-image {
	background: url(../images/roi.png) top left no-repeat;
	position: absolute;
	top: 150px;
	left: 13px;
	width: 88px;
	height: 242px;	
}

#roi-text-left {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 830px;
	height: 243px;
	font-family: Arial;
	font-size: 14px;
	color: #7E7E7E;
	font-weight: normal;	
}

#roi-text-right {
	position: absolute;
	top: 155px;
	left: 120px;
	width: 750px;
	height: 243px;
	font-family: Arial;
	font-size: 14px;
	color: #7E7E7E;
	font-weight: normal;	
}

#outsourcing-panel {
	background: url(../images/outsourcing-panel.png) top left no-repeat;
	position: absolute;
	top: 611px;
	left: 13px;
	width: 894px;
	height: 392px;
}

#outsourcing-image {
	background: url(../images/outsourcing.png) top left no-repeat;
	position: absolute;
	top: 120px;
	left: 490px;
	width: 374px;
	height: 248px;	
}

#outsourcing-text {
	position: absolute;
	top: 30px;
	left: 26px;
	width: 850px;
	height: 50px;
	font-family: Arial;
	font-size: 14px;
	color: #7E7E7E;
	font-weight: normal;	
}

#action-panel {
	background: url(../images/action-panel.png) top left no-repeat;
	position: absolute;
	top: 1000px;
	left: 13px;
	width: 894px;
	height: 437px;
}

#action-image {
	background: url(../images/action.png) top left no-repeat;
	position: absolute;
	top: 120px;
	left: 490px;
	width: 356px;
	height: 270px;	
}

#action-text {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 850px;
	height: 243px;
	font-family: Arial;
	font-size: 14px;
	color: #7E7E7E;
	font-weight: normal;	
}


#footer {
    position: absolute;
	top: 1455px;
	left: 20px;
	width: 895px;
	height: 20px;
	color: #747474;
	font-family: helvetica;
	font-size: 11px;
}
