/* CSS Document */
table.main{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
td.flashholder{
	text-align: center;
	width: 800px;
	height: 550px;
}
html, body {
	margin: 0;
	background-color: #ffffff;
	overflow:hidden;
	height: 100%;
	width: 100%;
}
body, td, p, noscript{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
} 

td{
	text-align:center;
}
