@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(img/back.png);
	background-repeat: repeat;
}
#flash {
	position:relative;
	left:auto;
	width:600px;
	height:450px;
	z-index:1;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
}
#skip {
	position:absolute;
	left:264px;
	top:413px;
	width:74px;
	height:14px;
	z-index:1;
}
#flashplayer {
	position:absolute;
	left:501px;
	top:404px;
	width:88px;
	height:31px;
	z-index:2;
}
#log {
	position:absolute;
	left:-1000px;
	top:408px;
	width:35px;
	height:33px;
	z-index:3;
}

