/* http://www.bonsai-studio.net */


#container {
	width: 500px;
}

#left-bg {
	position: absolute;
	left: 50%;
	width: 240px;
	height: 600px;
	top: 0;
	margin-left: -490px;
}

#right-bg {
	position: absolute;
	right: 50%;
	width: 240px;
	height: 600px;
	top: 0;
	margin-right: -490px;
}
