.bgcolorPageBW_B {
	background-color:#000000;
	color=#ffffff;
}

.sharetitle{
	width:30px;
	background-color:#000000;
}

.sharesubtitle{
	width:10px;
	background-color:#000000;
}

#container {
	position	: relative;
/*
	top			: 10px;
	left		: 10px;
*/
	width		: 830px;
	height		: 390px;
/*
	background	: #f00fff;
*/
	overflow	: hidden;
	border		: 0px solid #666;
}

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position	: relative;
	/*
	background	: #ff00ff;
	*/
	width		: 830px;
	left		: 0px;
}

#scrollArea {
	position	: relative;
	left		: 10px;
	/*
	top			: 10px;
	*/
	height		: 400px;
	width		: 15px;
	border		: 1px solid #bababa;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 15px;
	background	: #bababa;
	border-top	: 1px solid #bababa;
	border-bottom	: 1px solid #bababa;
}
