@charset "utf-8";
/* CSS Document */
/* html, body style */
html,body {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #ffffff;
	font-family:Tahoma;
	font-size:10px;
	color:#ffffff;
	text-align:center;
}
/* style for flash conteiner */
#flash_cont{
	/*border:thin solid #000066;*/
	min-width: 500px;
	min-height: 500px;
	width: 100%;
	height: 100%;
}
/* style for page conteiner */
#page_cont{
	min-width: 500px;
	min-height: 500px;
	width: 100%;
	height: 100%;
}