body{
	background: #000000;
	padding:0px;
	margin:0px;
	height: 100%;
	width: 100%;
	}

	#myflashbox {
		position:absolute;
		top: 50%;
		left: 50%;
		width:1030px;
		height:700px;
		margin-top: -350px; /*set to a negative number 1/2 of your height*/
		margin-left: -515px; /*set to a negative number 1/2 of your width*/
		border: 1px solid #000;
		background-color: #000;
		text-align: center;
			z-index:2;
	}

	#ordercenter {
	float:left;
	height:100px;
	width:99px;
	margin-left:330px;
	margin-top:450px;
	position:absolute;
	z-index:3;
	}
	
	table {border-collapse:collapse; border:0px;}

	table {	width:1028px;
		height:100%;
		border:0px;
	}

	table td { vertical-align:top; padding:0px;}



.rank { z-index:1;}