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

 			body, html{
				min-height:100%;
				height:100%;
				margin: 0 auto;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				background:none;
			}

			#mainDiv{
				width: 				100%;
				height: 				100%;
				
				position:				absolute;
				z-index:	 			20;
				
				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;

			}	

.dgs_page_talen {
width: 180px;
height: 80px;
background:none;
position:absolute;
left:220px;
top:-86px;
}				
/*                               EOF Style Sheet 5 :                                */
/* -------------------------------------------------------------------------------- */

