/* Leon Design Screen CSS */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	/*font-size: 1em;*/
}
h1 {
	display: none;
}
div.flash {
	width: 100%;
	height: 100%;
	background-color: #EEEEEE;
}
body {
	background-color: #EEEEEE;
}
/* hide from ie5 mac \*/
body, html {
  height: 100%;
  overflow: hidden;
}
#flashContent {
	height: 100%;
}

/* commented backslash hack v2 for Mac IE5                       */
/* Styles within the comment block below are only seen by MacIE5 */
/* It's a hack, it's ugly, but hell, it works!                   */

/*\*//*/
body {
	overflow: hidden;
}
/**/