/* http://blog.deconcept.com/2005/01/02/100-height-and-100-width-xhtml-flash-embed/ */

/* hide from ie5 mac \*/
html 
{
	height: 100%;
	overflow: hidden;
}

#flashcontent 
{
	height: 100%;
}
/* end hide */

body 
{
	background-color: #eee;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#content
{
	display: none;
}