@charset "utf-8";
#container {
	height: 400px;
	width: 600px;
	margin: 0 auto;
	margin:-200px 0 0 -300px;
	top: 50%;
	left:50%;
	position:absolute;
}
#flash {
	height: 400px;
	width: 600px;
	margin: 0 auto;
}
#copyright {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50px;
	z-index:1;
	background-image: url(../images/maincopyright.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	line-height: 1.5;
	margin:0 0 15px 0;
}

