@charset "utf-8";
/* CSS Document */
#brokenBN {
	position: fixed;
	z-index:9999;
	left:0px;
        top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background:url('http://www.wasabii.com.tw/float/brokenBN/brokenBG.png');
}
#brokenBN img{border:0px;}
#brokenBNImg{position: relative;width:566px;height:400px;margin:200px auto 0px auto;}

/* 分兩個的時候用的 */
#brokenBNImg1{position: relative;width:566px;height:220px;margin:200px auto 0px auto;}
#brokenBNImg2{position: relative;width:566px;height:220px;margin:0px auto 0px auto;}

#brokenClose{position: absolute;right:0px;top:0px;cursor:pointer;z-index:400;}

