@charset "utf-8";
/* CSS Document */

/************	BODY	************/

	body
	{
		padding:0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family:Arial, Helvetica, sans-serif;
		height:100%;
	}

	/************	RIVER	************/
	
		#river 
		{
			top:0px;
			left:0px;
			overflow:hidden;
			position:absolute;
			height:100%;
			width:100%;
		}
	
		/************	RIVER | FLASH	************/
		
	
			/************	MODAL	************/
			 
				#modal
				{
					/*background-image:url('../images/trans30.png');*/
					top:0px;
					left:0px;
					margin: auto;
					width: 100%;
					height: 100%;
					position:absolute;
					overflow:hidden;
				}
			
				/************	MODAL | DETAIL	************/

					/*
					#modalOverlay
					{
						position:relative;
						z-index:auto;
						overflow:hidden;
						background:#0F0;
						width:100%;
						height:100%;
						opacity:0;
					}
					*/
					#closeButton
					{
						position:absolute;
						float:right;
						right:10px;
						top:0px;
						z-index:1000;
					}
					
					#closeButton img {	
						border:0;
					}
					
					#detailContent 
					{
						position:relative;
						z-index:auto;
						margin: auto;
						height: 100%;
						/* fluid size | 524/960 -> 55% */
						/*width:55%;*/
						/* min/max */
						/*min-width:524px;
						max-width:800px*/
						width:900px;
					}
					
					
					#detailContentWrapper {
						background-image:url('../images/shadowbg.png');
						background-repeat: repeat-y;
						width:1280px;
						margin:auto;
						height:100%;
					}
					
					/*
					#modalBackground
					{
						position:relative;
						z-index:auto;
						top:0px;
						left:0px;
						background-image:url('/images/trans50.png');
						margin: auto;
						width: 100%;
						height: 100%;
						overflow:hidden;
						z-index:auto;
					}
					*/


 		.get-flash {
	        width:820px;
	        margin:auto;
	        padding:10px 0;
	    	color:#333333;
	
	    }
	    
	    .get-flash h1 {
			font-size:50px;
	    	margin:30px 0 15px;
	    	color:#000000;
	    	font-family: "ArtefakktRegular", Arial, Helvetica, "Nimbus Sans L", sans-serif ;
	    }
	
	    .get-flash a,.get-flash a {
	        color:#00CCB1;
	    }
	
	
	    #get-flash-wrapper{
	        background-color:#ECECE7;
	    }
	

