body {
	font-family: "Trebuchet MS", Helvetica, Verdana, Geneva, Georgia, Times, Serif;
	font-size: 1.0em;
	line-height: 1.52;
	color:#333333;
	background-color:#939ba1;
	text-align:center;
	margin:0;
	padding:0;
	
	height:100%;
}


p {
	text-align:left;
}
.mainFlash {
	position: absolute;
    left: 50%;
    top: 50%;
      
	width:770px;
	height:620px;
	
	margin-left:-385px; /* half of width */
    margin-top:-310px;  /* half of height */
}


a:link {
	color:white;
	border:0px;
}
a:visited {
	color:white;
	border:0px;
}
a:hover {
	color:white;
	border:0px;
}
a:active 	{
	color:white;
	border:0px;
}

img {
	border:0px;
}

a img {
	border:none;
}
