@media screen {
	/* CLASSES */
	div.page {
		width:100%;
		height:100%;
		background-color:transparent;
		background-position:top center;
		background-repeat:no-repeat;
	}
	
	/* Elements */
	div#flash {
		width:100%;
		overflow-y:visible;
	}
	div#flash div.no-script {
		z-index:2;
	}
	div#flash div.no-flash {
		z-index:3;
	}
	div#flash div.no-script,
	div#flash div.no-flash {
		width:1000px; 
		height:600px; 
		margin:0px auto 0px auto; 
		background-color:transparent;
		background-position:center center;
		background-repeat:no-repeat;
		text-align:center;
	}
	div#flash div.no-script a,
	div#flash div.no-flash a {
	}
	div#flash div.no-script a:hover,
	div#flash div.no-flash a:hover {
		text-decoration:none;
	}
}