



body {
background-color: #b2c2d1;
background-image: url(../images/bg.gif);
background-repeat: repeat;

	font: Arial, Helvetica, sans-serif;
}
#outer{ 
	position: absolute;
	width:100%;
	height: auto; 
	top:0px;
	left: 0px;
	margin-top:0px;
	text-align:center;
	min-width: 696px; 

}
#inner{
	position:relative;
	top:  0px; 
	background-color: transparent;
	width:696px; 
	margin: 0px auto;
	min-height:500px;

}
#body{
	top:0px;
	width: 696px;
	height: auto;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
}
#testimonial{
	background-image: url(../images/testimonial_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 530px;
	text-align: center;

}
#testimonial p{
	font: 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	margin: 0 25px 0 20px;
}
#productbox{
	background-image: url(../images/productbox_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 530px;
	text-align: center;

}
#productbox p{
	font: 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	margin: 0 25px 0 20px;
}
