/* CSS Document */
html {
	height: 100%;
	overflow: hidden
}
	 
body {
	background-color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #F3F3F3; 
	font-family : verdana, geneva, arial;
   	font-size : 10px
}
#noFlashContent {
	height: 100%
}