
#content {
	
	z-index: 1;
	height: 450px;
		
}

#copy {

	position: absolute;
	bottom: 10px;
	left: 20px;
	
	width: 320px;
}

	
	

/* Gray Box on the right side */
#graybox_outer {
	position: absolute;
	top: 220px;
	right: 35px;
	padding: 9px;

	background-color: #333333;
	border: 0px;		
}

#graybox_inner {
	padding: 10px 20px 0px 20px;
	border: 1px #ffffff solid;
	
	font-family:  Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 16px;
	color: #ffffff;
}
