body 
{	/*all*/
	margin: 0;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: 800px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment:scroll;				
}
#wrapper 
{	/*all*/
		position: relative; 
		width: 750px; 
		margin: 0 auto; 
		height: 800px; 
		top: 20px;
		text-align: left;		
}
#maindesign{
	position: absolute;
	top: 33px;
	left: 0;
	width: 750px;
	height: 550px;
	background-image: url(images/body.jpg);	
	background-repeat:no-repeat;	
}
#text
{
	position: absolute;
	top: 228px;
	left: 110px;
	width: 555px;
	height: 130px;
}
	#list1
{
	position: absolute;
	top: 350px;
	left: 102px;
	width: 151px;
	height: 120px;
	}
	#list2
{
	position: absolute;
	top: 350px;
	left: 255px;
	width: 240px;
	height: 120px;
	}
	#lastly
{
	position: absolute;
	top: 488px;
	left: 120px;
	width: 540px;
	height: 45px;
	font-size: 12px;
	}
#ctc{
	position: absolute;
	top: 560px;
	left: 0px;
	font-size: 14px;
	width: 750px;
	text-align: center;
	color: #bfb08b;
	}
.style1 {color: #C6C79C}
