#home{
  float: left;
  width: 920px;
  background: #641287;
}

#home_images{
  width: 920px;
  height: 375px;
  float: left;
}

#marquee{
  float: left;
  width: 926px;
  height: 125px;
  margin: 10px 0px 0px -3px;
}

#welcome{
  float: left;
  width: 820px;
  padding: 10px 50px;
  text-align: center;
  color: white;
  line-height: 20px;
}

#welcome strong{
  font-size: 14px;
}

#welcome a{
  color: white;
  text-decoration: underline;
}

#welcome a:hover{
  color: white;
}