/* CSS Document */
body {
	background-color:#6a6c6d;
	}
#content     
	{
	margin-left: -450px;
	position: absolute;
	left: 50%;
	width: 900px;
	height: 676px;
	background-image:url(/assets/images/wise1.jpg);
	background-repeat:no-repeat;
	z-index: 1;
	}
#purplebox {
	position:absolute;
	left:605px;
	top:391px;
	width:212px;
	height:187px;
}
#mainbody {
	position:absolute;
	left:100px;
	top:205px;
	width:467px;
	height:406px;
	z-index:1;
	overflow: auto;
	overflow-x:hidden;
}
#rightpicture {
	position:absolute;
	left:593px;
	top:138px;
	width:232px;
	height:223px;
	z-index:1;
}
