@charset "utf-8";
/* CSS Document */
body {	margin: 0px; padding: 0px;	}
#page {	background: #ffffff; font: normal 9pt Helvetica, Arial, sans-serif; 	}
	#contain-table {	display: table; width: 885px; 	}
		#trow-mh, #trow-c, #trow-ft {	display: table-row;   }
			/*	MastHead - MH	*/
			#mh-logo {	display: inline; float: left; width: 279px; height: 134px; 	}
				#logo {	margin-top: 18px;	}
			#mh-spacer { display: inline; float: left; width: 382px;  		}
			#mh-strapline {	display: inline; float: left; width: 224px;  vertical-align: bottom; 	}
				#udia-logo { display: block; /*clear: both; */ }
				#strapline {	display: block; margin-top: 125px;	}

			
			/*  trow-c : Content - C 	*/
			#c-flash {	display: table-cell; width: 100%; height: 100%; 	/*	border: 1px solid #000000;  width: 885px; height: 413px; */	}
			
			/*  trow-ft : Footer - FT 	*/
			#ft-copyright {	display: block; width: 278px; height: 50px;	}
			
			
			
			
