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

#flashcontent {
  position: relative;
  height: 100%;
  margin: auto;
  width: 1000px;
}
/* end hide */

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #140B4B url(/images/background.gif) no-repeat center top;
  font-family: Arial, Helvetica, sans-serif;
  color:#140B4B;
}

#greeter {
  position: absolute;
  top: 115px;
  left: 95px;
  width: 330px;
  text-align: left;
  line-height: 16px;
}

h1 {
  font-size: 19px;
  line-height: 19px;
  margin: 0 0;
}

p {
  font-size: 11px;
  margin: 15px 0;
}

#flashWarning {
  position: absolute;
  top: 435px;
  left: 70px;
  width: 265px;
  text-align: left;
}

img {
  border: 0px;
}

#downloadLink {
  position: absolute;
  left: 160px;
}
