/* html layout */

html, body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	min-height: 632px;
	min-width: 1000px;
}

p {
	margin: 0px;
}

div#content div {
	margin: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF
}



#content {
	width: 100%;
	height: 100%;
	min-height: 750px !important;
	min-width: 1000px !important;
	/*
	width:expression(  document.body.clientWidth < 1000? "1000px":"100%" );
	height:expression(  document.body.clientHeight < 750? "768px":"100%" );
	*/
	/*display:none;*/
	
}

#theflash {
	width: 100%;
	height: 100%;
	min-height: 750px !important;
	min-width: 1000px !important;
	/*
	width:expression(  document.body.clientWidth < 1000? "1000px":"100%" );
	height:expression(  document.body.clientHeight < 750? "768px":"100%" );
	*/
}

.mustinstall {
	margin: 10px;
	clear: both;
}