body{
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

div#container{
	position: absolute;
      left: 50%;
      top: 50%;
		width: 700px;
      height: 525px;
		margin-left: -350px; /* half of width */
      margin-top: -263px;  /* half of height */
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: White;
		font-size: 15px;
		line-height: 17px;
		}
img.getflash{
		width: 164px;
      height: 46px;
		border: 0px;
		margin-top: 30px;
		
}
div#footer{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
}
a.foot:link{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
a.foot:hover{
	color: #FF1493;
	font-weight: bold;
	text-decoration: blink;
}
a.foot:visited{
	color: #F4F4F4;
	font-weight: bold;
	text-decoration: underline;
}