@charset "utf-8";

/* layout style */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	background: url(../images/bg.gif) repeat left top #006666;
	margin: 0;
	padding: 0;
}

#flash {
	width: 100%;
	height: 100%;
}

#warning {
	width: 432px;
	height: 48px;
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -216px;
}
