/*
 * Author: Rick B 11/08/2016
 * rick dot burton at datapathways dot com
 * http://www.datapathways.com
 */

/*
 * General section
 * --------------------------------------------------------------------------------------
 */
#divBody
{
	position: relative; 
	margin-right: auto;
	margin-left:auto;
	top: 23px; 
	/*bottom: 20px;*/
	/*left: 10px;*/
	/*right: 18px;*/
	border: 1px solid blue;
	width: 900px;
	height: 600px;
	z-index: 2;
}


#divOuterBox
{
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	width:90%;
	z-index: 1;
}

	/*width:604px; */

