@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
.center{
	width:600px;
	margin:10px auto 10px auto;
}
.blan_logo{
	width:600px;
	height:300px;
	background-image:url(images/blan_logo.gif);
	background-repeat:no-repeat;
	font-size:1px;
	text-indent:-1000px;
	overflow:hidden;
}
.text{
	text-align:center;
	font-family:Tahoma, verdana, arial, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#000000;
	line-height:24px;
	padding:25px 0px 10px 0px;
}
