/* hide from ie on mac \*/
html {
	height				: 100%;
	overflow			: hidden;
}
		
#content
{
	height				: 100%;
}
/* end hide */


*
{
	margin				: 0px;
	padding				: 0px;
}

body
{
	height				: 100%;
	text-align			: center;
}

#content
{
	width				: 100%;
	height				: 100%;
}

#content object
{
	width				: 100%;
	height				: 100%;
}

#content img
{
	margin				: 0px auto;
	border				: 0px;
}

noscript img
{
	width				: 1px;
	height				: 1px;
	border				: 0px;
}