*{margin:0; padding:0;}

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

body { background-color: #ffffff; }

#container{ height: 100%; width: 100%; text-align: center; vertical-align: middle; background-color: white; }

#flashcontent {
	width: 1100px;
	height: 750px;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
}

/*
#flashcontent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1100px;
	height: 750px;
	margin-left: -550px;
	margin-top: -375px;
	text-align: center;
}
*/