/* hide from ie5 mac \*/
html {
  height: 100%;
}
#flashcontent {
  height: 100%;
  width: 100%; 
  text-align: center;
  min-height: 720px;
}
/* for Internet Explorer */
/*\*/
* html #flashcontent {
	height: 720px;
}
/**/
#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: url(../images/bg_body.gif) left top;
}

