.background {
	background-attachment: fixed;
	background-image: url(michael.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.linkbackground {
	background-attachment: fixed;
	background-image: url(link_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.redbar {
	background-attachment: fixed;
	background-image: url(red_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
