/* -------------------------------------------------------------------------------- */
/*                               SOF Style Sheet 5 :                                */

			body, html{
				margin: 0px;
				padding: 0px;				
			}
		
			#mainDiv{
				width: 				100%;
				height: 				100%;
				
				position:				absolute;
				z-index:	 			20;
			}
		
			#mainOverlay{
				width: 				100%;
				height: 				100%;
				z-index:	 			0;
				position:				absolute;

				background-color: 		#000000;			
				display:				none;

				padding-top:			25%;

				vertical-align:middle;
				text-align: center;
			}
/*                               EOF Style Sheet 5 :                                */
/* -------------------------------------------------------------------------------- */

