body {
	background-repeat: repeat-x;
	background-color: #99CC55;
	background-image: url(images/bgd_gradient.gif);
}
body, td, p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:215px;
/*	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
*/	overflow: visible;
}
#main {
	position:absolute;
	left:0px;
	top:215px;
}
#mainText {
	background-image: url(images/mainCloud.gif);
	background-repeat: no-repeat;
	height: 357px;
	width: 686px;
	padding-top: 95px;
	padding-right: 90px;
	padding-left: 220px;
}
#mainCloud {
	background-image: url(images/mainCloud.gif);
	background-repeat: no-repeat;
	height: 357px;
	width: 686px;
	position: absolute;
	left: 40px;
	top: 120px;
}
#mainCloudText {
	height: 200px;
	width: 380px;
	position: relative;
	left: 220px;
	top: 90px;
}
#btnSample {
	height: 104px;
	width: 187px;
	left: 410px;
	position: absolute;
	top: 5px;
}
#btnOrder {
	height: 104px;
	width: 187px;
	left: 590px;
	position: absolute;
	top: 40;
}
#btnJoy {
	height: 104px;
	width: 187px;
	left: 230px;
	position: absolute;
	top: 10px;
}
#Popbanner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:119px;
	background-image: url(images/banner_pop.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
#popmain {
	position:absolute;
	left:0px;
	top:150px;
	width: 90%;
	margin-left: 15px;
}
a.samples {
	background-image: url(images/btn_sample.gif);
	display: none;
	height: 25px;
	width: 124px;
	visibility: visible;
	cursor: hand;

}
a.samples:hover {
	background-image: url(images/btn_sample.gif);
	display: none;
	height: 25px;
	width: 124px;
}
a {
	color: #990066;
	text-decoration: none;
}
