body {
	background-color: #999999;
	background-image: url(bg.gif);
	margin: 0px;
	text-align: center;
}
.designbody
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 866px;
      height: 662px;
      margin-left: -433px; /* half of width */
      margin-top: -331px;  /* half of height */
	  z-index: 1;
}
.content {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 866px;
      height: 662px;
      margin-left: -433px; /* half of width */
      margin-top: -331px;
}
.contentbody {
	height: 370px;
	width: 540px;
	margin-top: 210px;
	margin-left: 250px;
	overflow: auto;
	margin-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	text-indent: 20px;
}

.flt_rt {
	float: right;
}

.title {

      position: absolute;
      left: 50%;
      top: 50%;
      width: 866px;
      height: 662px;
      margin-left: -433px; /* half of width */
      margin-top: -331px;
}
.title img {
	margin-top: 75px;
	margin-right: 50px;
	margin-left: 275px;
}
.contentbodynew {
	height: 370px;
	width: 555px;
	margin-top: 210px;
	margin-left: 230px;
	overflow: auto;
	margin-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	text-indent: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
}
