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

	
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
}
	
#flashcontent {
	height: 100%;
}

#flashcontent #msg {
	margin: 200px 0 0 50px;
}