@charset "utf-8";
/* CSS Document */

/**** IE：針對li及a，移除外框 ****/
li, a {
  noFocusLine:expression(this.onFocus=this.blur());
}

/**** Firefox：加上這個，就都可以了****/
:focus {
  -moz-outline-style: none;
}
body{
	
	margin-bottom: 0px;
	
}
#round{
	position: relative;
	top:0px;
	height: auto;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border-width: 6px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	visibility: visible;
}#flash {
	text-align: center;
	width:900px;
	padding-bottom:100px;
}
