#main {
}
#sidebar {
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
	background-image: url(images/columntile.gif);
	background-attachment: fixed;
	overflow: visible;
	background-position: 100% 100%;
}
#content {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	height: 456px;
	width: 643px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
