html, body{
	overflow:hidden;
		background:#FFFFFF;
}

#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: #FFFFFF;
  }
  
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: 910px;
  height: 560px;
  margin-left: -455px;  /* half of width */
  margin-top: -280px;   /* half of height */
  background-color: #FFFFFF;
  }