/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
  width: 100%;
  background-image: url(../images/bg_pattern.jpg);
  background-position: left top; 	
  background-repeat: repeat;  
  text-align: center;
}
#flashcontent p {
  width: 400px;
  margin: 0 auto;
  line-height: 23px;
  font-family: "Trebuchet MS";
  font-size: 14px;  
  color:#EEE8DC;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 60px;
  background-image: url(../images/logo.gif);
  background-position: 50% 0; 	
  background-repeat: no-repeat;
}
#flashcontent a {
	color:#CEC3B2;
}
#flashcontent a:hover {
	color:#EEE8DC;
}

/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #150B02;
}

