html, body, #flashContent {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

body {
  background: #444444 url(../images/background.gif) repeat;
  color: #111;
  font: normal 80%/125% "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#flashContent .wrapper {
  background-color: #efefef;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#cccccc));
  background: -moz-linear-gradient(270deg, #efefef, #cccccc);
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.65);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 10%;
  padding: 20px 0;
  position: fixed;
  right: 10%;
  top: 0;
  z-index: 9999;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
#flashContent .wrapper p {
  padding: 10px 40px;
}

