/*	--- top.css ---	*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	background-color: #FFFFFF;
	text-align: center;
	}

#flaPosition {
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -260px; /* mainBox¨‚‚³‚Ģ”¼•Ŗ */
	/*	background-color: #FFFFFF;
	*/
	}

#flaBox {
	position: relative;
	clear: left;
	width: 782px;
	height: 520px;
	margin: 0px auto;
	}

