html{
    height: 100%;
}

body{
    font-family: Arial,Helvetica,Sans-Serif,Verdana;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    height: 100%;
    background-color: #2B2F52;
    text-align: center;
	
}

div#flashcontent{
    text-align: left;
    width: 807px;
    margin: 0 auto
}
body {
	background-color: #2B2F52;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	margin:0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	}

	#flashcontent {
		width: 784px;
		height: 595px;
		margin:0px auto; /* Right and left margin widths set to "auto" */
		text-align:left; /* Counteract to IE5/Win Hack */
	}
	.footer{
		width: 780px;
		margin-top: 0px;
	}
	.container{
		width: 784px;
		height: 600px;
		top: 50%;
		left: 50%;
		margin-left:-392px;
		margin-top:-300px;
		position: absolute;
	}
body,td,th {
	font-size: 10px;
}
