/*
Global HTML elements
*/

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

a:link
{
	color: #999999;
	text-decoration: none;
}
a:visited
{
	color: #999999;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}
a:active
{
	color: #333333;
	text-decoration: underline;
}
a:focus, object:focus
{
	outline: none;
	-moz-outline-style: none;
}

/*
Full Flash styles
*/
html
{
	height: 100%;
	overflow: hidden;
	/*width: 100%;
	height: 100%;
	position:relative;*/
}

#flashcontent {
		width: 100%;
		height: 100%;
}

#io{
	position:absolute;top:0; right:0;
}
