* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;

	overflow: hidden;
}

#flashcontent {
	float: left;
	
	width: 100%;
	height: 100%;
}

h1 {
	width: 300px;
	margin: auto;
	text-align: center;
	
	font-size: 14px;
	font-family: Arial;
	
	margin-top: 10px;
}

table {
	width: 400px;
	height: auto;
	
	margin: 10px auto;
	
	text-align: center;
}

table.result tr th{
	text-align: center;
	vertical-align: top;
	
	height: 30px;
}

table.result tr td {
	border: 1px solid black;
	
	padding: 3px;
}