html {height:100%}

body { 
	margin:0; 
	padding:0; 
	height:100%;
	color:white; 
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;	
}
#flashcontent {	height:100%;}
#non-flash { 
	margin:0 auto; 
	width:760px; 
	height:417px; 
	background-image: url(../images/paroubek-na-mars-non-flash.gif);
	background-repeat:no-repeat;
}
#non-flash p { padding:340px 0 0 40px;}
a { color:red;}
