html{
    height: 100%;
}

body{
    font-family: Arial,Helvetica,Sans-Serif,Verdana;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    height: 100%;
    
    text-align: center;
	
}

div#flashcontent{
    text-align: left;
    width: 853px;
    margin: 0 auto
}
body {
	background-color: #000000;
	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(../backround/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}

	#flashcontent {
		width: 853px;
		height: 150px;
		margin:0px auto; /* Right and left margin widths set to "auto" */
		text-align:left; /* Counteract to IE5/Win Hack */
	}
	
	.container{
		width: 853px;
		height: 150px;
		top: 50%;
		left: 50%;
		margin-left:-426px;
		margin-top:-125px;
		position: absolute;
	}
body,td,th {
	font-size: 10px;
}
