body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
td {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.logo {
	background-attachment: fixed;
	background-image: url(images/lonseal_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lift{
	background-attachment: fixed;
	background-image: url(images/lift.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.right{
	background-attachment: fixed;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.top{
	background-attachment: fixed;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.end{
	background-attachment: fixed;
	background-image: url(images/end.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.new{
	background-attachment: fixed;
	background-image: url(images/new.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}.bg2 {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
