@charset "utf-8";
/* CSS Document */


html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background:#154184;
}
#container{
height: 100%;
width: 800px;
height:100%;
   	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#flashcontent {
  height: 100%;
}
