html, body{
	overflow:hidden;
		background:#000000;
}

#outer{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1600px;
  height: 1200px;
  margin-left: -800px; /* half of width */
  margin-top: -600px;  /* half of height */
  background-color: #000;
  }
  
img, a
{
	margin: 0px;	
	padding: 0px;
	border: 0px;
}

.imageTop
{
	margin-bottom: -5px;	
	padding: 0px;
	border: 0px;
}

.imageBottom
{
	margin-top: -5px;	
	padding: 0px;
	border: 0px;
}

#flashcontent{
  position:absolute;
  left: 50%;
  top :50%;
  width: 1152px;
  height: 922px;
  margin-left: -576px;  /* half of width */
  margin-top: -451px;   /* half of height */
  background-color: #000000;
  }