#bottomRightLinks	{
	position: absolute;
	top: 840px; 			/* change when more than one */
	left: 1296px;
	width: 144px;
	height: 20px;			/* change when more than one */
	z-index: 100;
	border: 0px solid #ff0000;
}

ul.linksVert li	{
	width: 144px;
	height: 20px;
}

#bottomRightLinks ul.linksVert li.youTube {		/* would not take text indent */
	background-image: url('../images/icons/youTube.gif');
	background-repeat: no-repeat;
	width: 144px;
	height: 20px;
	background-position: bottom right;
	text-align: right;
	border: 0px solid #ff0000;
}






