@charset "utf-8";
/* CSS Document */
#login_header { 
	text-indent: -9999px; 
	background-image: url(site1/config/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 90px; 
	margin: 20px 0; 
	border-radius: 5px;
}
