html {
	height:100%; 
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	height:100%;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div, a, img, input, textarea, select, span, table, h1, h2, h3, h4, h5, p, object {
	position:relative; text-align:left; padding:0px; margin:0px; 
}

div#canvas {
	margin:auto;
	width: 800px;
	background-color: #FFFFFF;
}

div#flashhome {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 800px;
	height: 580px;
}
