body {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
.bgdwn {
	background-attachment: fixed;
	background-image: url(images/bgleft.gif);
	background-repeat: repeat-y;
}
.bgtop {
	background-attachment: fixed;
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.margin {
	margin-top: 10px;
	margin-left: 25px;
}

