body {
  width:100%;  
  background:#F0E4EE;
	font-family:Arial, sans-serif;
	font-size:13px;
}
#leftside {
  width:225px;
	height:578px;
  position:absolute;
	top:170px;
	left:0;
  background:#F8EFEA url(../img/left-bg2.jpg) no-repeat left bottom;
}
#main {
  width:719px;
	height:578px;
	position:absolute;
	top:170px;
	left:225px;
  background:#F0E4EE url(../img/bigplan-right-bg.jpg) no-repeat 594px top;
  font-size: 14px;
	color:#321E84;
}
#main #inner {
	margin-left:30px;
  padding-top:20px;
}
#main p {
	margin:20px 0;
}
main a {
  border:none;
  text-decoration:none;
}
#main a img {
  border:none;
  width:600px;  
}
