#container {
	position	: absolute;
	top			: 60px;
	left		: 40px;
	width		: 400px;
	height		: 400px;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 490px;
	left		: 5px;
}

#scrollArea {
	position	: absolute;
	left		: 448px;
	top			: 60px;
	height		: 400px;
	width		: 15px;
	overflow	: hidden;
}

#wrapper {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: #552c00;
}
