body {
	background-attachment: fixed;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.margin-left {
	background-attachment: fixed;
	background-image: url(images/margin_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.margin-right {
	background-attachment: fixed;
	background-image: url(images/margin_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.main-left-bg {
	background-attachment: fixed;
	background-image: url(images/main_left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.separator {
	background-attachment: fixed;
	background-image: url(images/Separator.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.main-right-gradient {
	background-attachment: fixed;
	background-image: url(images/main_right_gradient.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.text {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}