body
{
  height: 99%;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #666;
  margin: 0px;
}

#main {
	border: 0;
	padding: 0;
}

#flashcontent {
   	position: absolute;
	height: 650px;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	top: 50%;
	margin-top: -325px;
 }

#noflash {
    display:none;
}

#message {
    width: 445px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
#message h1 {
    text-align: center;
}
#message p {
    text-align: center;
    margin-top: 45px;
}

