.banner {
	background-attachment: fixed;
	background-image: url(../imgs/www.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: auto;
}
.leftbar {
	background-attachment: fixed;
	background-image: url(/imgs/black.jpg);
	background-repeat: repeat-y;
}
.rightbar {
	background-attachment: fixed;
	background-image: url(/imgs/blue.jpg);
	background-repeat: repeat-y;
}
