html, body { 
	height: 100%; 
	margin:0; 
	padding:0; 
	}

body{
	background:#fff;
	color:#1a171b;
	font:0.7em Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
div#container{
	border:0;
	height:50%; 
	width:50%; 
	position:absolute; 
	left:25%; 
	top:25%;
	text-align:center;
	}	
	
table#wholepage{
	width:100%;
	height:100%;
	text-align:center;
	}
	table#wholepage td{
		text-align:center;
		vertical-align:center
		}
		table#wholepage table{
			margin:0 auto;
			text-align:right;
			}
			
div#flashcontent{margin:10px;}			
