html {
	height: 100%;
}
body {
	background: #FFFFFF;
	height:100%;
	min-width: 1000px;
	margin:0;
	padding:0;
	font-family: Helvetica, arial, sans-serif;
}
fieldset {
	margin: 0 0 20px 0;
	background: #FFFFFF;
}
legend {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	margin: 0 0 8px 0;
}
#yui-history-iframe {
  position:absolute;
  top:-1px; left:-1px;
  width:1px; height:1px;
  visibility:hidden;
}
#yui-history-field {
	position: absolute;
	top: -1px; left: -1px;
	width: 1px; height: 1px;
	visibility: hidden;
}
#myMovie {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0px solid red;
	background: #CCCCCC url("../images/noflash_bg.jpg") left top repeat-x;
}

#noflashcontent {
	width: 920px;
	height: 400px;
	margin: 0 auto 0 auto;
	padding: 33px 0 0 0;
}

#noflashcontent #branding-logo {
	width: 241px;
	height: 39px;
}
#noflashcontent #branding-logo h1 {
	text-indent: -5000px;
	overflow: hidden;
	background: url("../images/noflash_logo.gif") left top no-repeat;
	width: 100%;
	height: 100%;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#branding-tagline {
	display: none;
}

#content {
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	height: 300px;
	width: 900px;
	margin: 20px 0 0 0;
	padding: 4px;
}
noscript {

}
#content p {
	margin: 0 0 1em 0;
}
#content p a {
	color: #FCB040;
}
