body {
  background: url(../images/home/bg.jpg) no-repeat left top;
}

#homepagecopy {
  position: absolute;
  top: 335px;
  left: 110px;
  width: 320px;
  z-index: 20;
}

#floorseventarea, #supporteventarea, #abouteventarea {
  z-index: 15;
  position: absolute;
  width: 244px;
  height: 46px;
}
#floorseventarea {
  top: 401px;
  left: 10px;
}
#supporteventarea {
  top: 401px;
  left: 254px;
}
#abouteventarea {
  top: 401px;
  left: 498px;
}

#floorscopy, #supportcopy, #aboutcopy {
  color: #A9A28D;
  line-height: 1.2em;
  /*padding: 95px 9px 5px 9px;*/
  position: absolute;
  top: 401px;
  visibility: hidden;
  z-index: 10;
  /* ie5win hack begins */
	font-size: xx-small;
    width: 244px;
    height: 46px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
    width: 244px;
    height: 46px;
}

html>body #floorscopy, html>body #supportcopy, html>body #aboutcopy {
	font-size: x-small;
    width: 244px;
    height: 46px;
	/* ie5win hack ends */
}

#floorscopy {
  /*background: url(../images/common/arrow_yellow.gif) no-repeat 59px 50px;*/
  left: 10px;
}

#supportcopy {
  /*background: url(../images/common/arrow_yellow.gif) no-repeat 38px 50px;*/
  left: 254px;
}

#aboutcopy {
  /*background: url(../images/common/arrow_yellow.gif) no-repeat 59px 50px;*/
  left: 498px;
}


#floorscopy p, #supportcopy p, #aboutcopy p {
  line-height: 1.2em;
	/* ie5win hack begins */
		font-size: xx-small;
	  voice-family: "\"}\"";
	  voice-family:inherit;
		font-size: x-small;
	  }
	  html>body #floorscopy p, html>body #supportcopy p, html>body #aboutcopy p {
		font-size: x-small;
	/* ie5win hack ends */
}

#langswitch {
	position: absolute;
	top: 22px;
	left: 713px;
	/* ie5win hack begins */
		font-size: xx-small;
	  voice-family: "\"}\"";
	  voice-family:inherit;
		font-size: x-small;
	  }
	  html>body #langswitch {
		font-size: x-small;
	/* ie5win hack ends */
}

#langswitch a {
	color: #ADA684;
}

