/* CSS Document */
#maincontent {
	background-image:url(../images/New-Approach.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#maincontentdetail {
	border-top: 1px solid;
	background:#ffffff;
	filter:alpha(opacity=80);
	opacity:.8;
}

.maincontenttext{
	color:#FFFFFF;
}

.subcontent1 {
	background-image:url(../images/Project-Partners.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.subcontent1fade {
	background-image:url(../images/Project-Partners-fade.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


.subcontent2 {
	background-image:url(../images/Risk-Sharing.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.subcontent2fade {
	background-image:url(../images/Risk-Sharing-fade.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.subcontent3 {
	background-image:url(../images/Investment-Partners.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.subcontent3fade {
	background-image:url(../images/Investment-Partners-fade.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

