 
html, body, {
 	margin: 0;
 	padding: 0;
}

body {
	height: 100%;
	width:100%;
	margin: 0;
	background-color: #000000;
	overflow:auto;
}

#flashcontent {
	
}

.pClass {
	padding: 20px;
	line-height: 16pt 
}

div.minimum_size {

	/* for mozilla */
	min-width: 800px;
	min-height: 750px;
	width: 100%;
	height: 100%;
	
	/* for IE */
	width:  expression( Math.max(document.body.clientWidth, 800 ) + "px" );
 	height: expression( Math.max(document.body.clientHeight, 750 ) + "px" );
}

