@charset "utf-8";
/* CSS Document */
img {
	border: none;
}
body {
	background-color: #0e0e0e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flash {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 999px;
	height: 618px;
	z-index: 2;
}
#bg {
	background: url(images/px_flash.gif) repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 618px;
	z-index: 1;
}
