
/*******************************************************************************
  TAIL
*******************************************************************************/

.rbm .tailContainer {
	
	position: relative;
	bottom: 0;
	left: 50%;

	margin-left: -504px;

	width: 1008px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	clear: both;
	
	color: #999999;
	text-align: center;
	
	z-index: 998;
}

.rbm .tailContainer a {
	
	color: #999999;
	text-decoration: none;
}

.rbm .tailContainer a:hover {

	text-decoration: underline;
}

.rbm .tailContainer .copyright {
	
	width: 136px;
	text-align: center;
	float: right;
	
	position: absolute;
	right: 5px;
}



/*** PREVIEW ***/

.preview .tailContainer {
	
	position: absolute;
	top: 600px;
}

.preview .bgLayer .bgImage {

	background: none;	
}

