/**
 * Style sheet style
 */
	html {
		height: 100%;
	}
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
	}
	.login_left{
	font-size: 12px;
	color: #fff;
	}
	.title_login{
	font-size: 14px;
	color: #fff;
	}
	.main_game{
	 background-image: url(../images/logo.png) ;
     background-repeat: no-repeat;
	 background-color: #990000;
	 behavior: url("iepngfix.htc");
	}
	.fontw{
	font-size: 14px;
	color: #fff;
	}
	.fontw a{
	  color: #fff;
      font-weight: none;
      font-family: Tahoma, verdana; 
	}