/*			designer.css

Suppress page formatting to let Flash have the whole screen.
*/

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 99%;
	font-weight: normal;
}
html,
body
{
	width: 100%;
	height: 100%;
	xbackground: none !important;
	background-color: #FFF !important;
}
body
{
	xbackground: url("images/delete_designerLink.jpg") center no-repeat !important;
}
#header
{
	display: none;
	position: absolute;
}
#splash
{
	xposition: absolute;
	font-size: 2em;
}
embed
{
	xwidth: 1000px;
	xheight: 700px;
	width: 100%;
	height: 100%;
	xmargin-top: 2em;
	xborder: 1px dotted red;
}
#pageWrapOuter,
#content,
#contentInner,
#contentMain
{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	filter: none !important;
}
xh1
{
	display: none !important;
}

/*
#pageWrapOuter,
#content,
#contentInner,
#contentMain
{
	float: none !important;
	clear: both !important;
	position: static !important;
	width: 100% !important;
	height: 100% !important;

	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	background-color: transparent !important;
	filter: none !important;
}
#header,
#sitenav,
h1
{
	display: none !important;
}
*/
