
body {
	background-color:#fff;
	background-attachment: scroll;
	background-image: url(../images2/about-bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container {
	width: 100%;
	height: 100%;
	z-index:999;
}

#rightImage {
	position: absolute;
	height: 230px;
	width: 412px;
	top: 25px;
	right: 25px;
	margin: 0;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	margin-top: 15px;
	margin-left: 10px;
	width: 500px;
}
#content p{
	text-align:justify;
}