* {
		margin: 0;
		padding: 0;
		border: 0px;
	}

html {
		height: 100%;
		overflow: hidden;
}	

body {
		height: 100%;
		background: #FFFFFF;
		font-size: 12px;
		font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb","Times","Arial","sans-serif";
	}

a {
		text-decoration: none;
		color: #FF0000;
	}

#DisplayArea {
		height: 100%;
		vertical-align: middle;
	}
	
#ShadowGraphFlash {
		margin: 0px auto;
		height: 100%;
	}
	

