/* CSS Document */



/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #00003C;
}



#logo_fs {
	position:absolute;
	top:100px;
	right:100px;
}


#email {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#d5006e;
	
	letter-spacing:-1px;
	font-weight:bold;

	text-align:right;
	margin-right:20px;
	
}


a {
	text-decoration:none;
	color:#d5006e;
}
