/* Home CSS Document */

#home{
  float: left;
  width: 904px;
  height: 444px;
  padding: 6px 0px 5px 6px;
  margin: 10px 0;
  background: url(../images/css/background_home.gif) no-repeat scroll top left;
}

#flyer{
  width: 516px;
  height: 442px;
  float: left;
  padding: 0px;
  background: url(../images/css/background_flyer.gif) no-repeat;
}

#marquee_home{
  width: 300px;
  padding: 0px 55px 95px;
  display: none;
}

#speakers{
  width: 376px;
  height: 442px;
  float: left;
  overflow: hidden;
  margin: 0 0 0 4px;
  position: relative;
}

#speakers a {
	width: 94px;
	height: 74px;
	display: block;
	float: left;
}

