@charset "UTF-8";

/* Universal Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 550px;	

}

div#mainSWF{
	min-width: 800px;
	min-height: 550px;	
}

div#textVer{
	display: none;
}