/* hide from ie on mac \*/
html {
	height: 100%;
}

#content {
	height: 100%;
}

/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg) repeat-x;
	font: 86% Arial, sans-serif;
}

#flashcontent {
	height:100%;
	text-align:center;
}

img {
	border:none;
}

#wrapper {
	height:100%;
}

#flashcontent table {
	height:100%;
	width:100%;
}

#flashcontent td {
	border-collapse:none;
}


