/* hide from ie on mac \*/
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* end hide */

body {
	background-color:#FFFFFF;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(../texture_red.jpg);
	background-repeat:repeat;
}

#flashcontent {
	position: relative;
	text-align: left;
	margin: 0px auto;
	top: .01%;
}