body { 
	margin				: 0px;
	padding				: 0px;
	text-align			: center;
	/* background-image	: url("../../../assets/images/common/tile.gif"); */	/* directory relative to style sheet */
	background-image	: url("../../../assets/images/common/tile_nacta.gif");	/* directory relative to style sheet */
}
/*
.spacebox {
	position			: relative; 
	left				: 50%; 
	top					: 0px; 
	width				: 760px;
	margin-left			: -380px;
	padding-bottom		: 0px;
}

.mainbox {
	position			: relative; 
	background-color	: white;
	padding				: 10px;
}
*/

#mainbox {
	width				: 740px;
	padding				: 10px;
	background-color	: #FFFFFF;
	margin				: 0 auto;
	text-align			: left; 
}


#contentBox { 
	margin				: 0 auto;
	margin-top			: 5px;
}

.containerFooter {
	position			: relative; 
	height				: 20px;
	background-color	: #D5D5B9; 
	padding				: 6px 6px 6px 6px;
	margin-top			: 20px;
}

