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

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