@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:#8C8C8C;
	text-align:center;
}
/**/
#flash_cont{
	width: 100%;
	height: 100%;
}

/* style for page conteiner */
#page_cont{
	width: 100%;
	height: 100%;
}
.intop {
	display: none;
	font-size:10px;
	color:#ffffff;
	}