
/* GENERAL */
 html {
  height:100%;
  max-height:100%;
  padding:0;
  margin:0;
  border:0;
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow: hidden;
  /* */
 }

 body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-color:#110f37;
	color:#071B64;
	text-align:center;
	font-family:Garamond;
 }

 #flashEmbed {
  overflow:hidden;
  position:absolute;
  z-index:1;
  top:0px;
  left:0px;
  bottom:0px;
  width:100%;
 }

 #flashObj {
  overflow:hidden;
  position:absolute;
  z-index:1;
  top:0;
  left:0px;
  bottom:0;
  height:100%;
  width:100%;
  border-top: 80px solid #61a6c3;
 }