.topbg {
	background-attachment: fixed;
	background-image: url(images/layout_top_bg.jpg);
	background-repeat: repeat-x;
}
.links {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.linksbg {
	background-attachment: fixed;
	background-image: url(images/layout_links_bg.jpg);
	background-repeat: repeat-y;
}
.headerbg {
	background-attachment: fixed;
	background-image: url(images/layout_header_bg.jpg);
	background-repeat: repeat-x;
}
