@charset "UTF-8";
/* CSS Document */



/* hide from ie on mac \*/
html {
          height: 100%;
          overflow: auto;
      }

#flashcontent {
          position: absolute;
          top: 0px;
          left: 0px;
          height: 100%;
          width:  100%;
}


body {
	font-family: "American Typewriter", Geneva, Arial, Helvetica;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

h1{ font-size:14px;
}

h2{ font-size:12px;
}
