html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body
{
	background-color: Transparent;
}

.flashcontent
{
	height: 100%;
	width: 100%;
}

.noOutline
{
	outline:none;
}


