/* RedWhale homepage stylesheet */

/************************** Home page specific ***************************/
body {
  background-image: url(/images/globe.gif);
  background-repeat: no-repeat;
  background-position: 0px 172px;
}

#content {
  height: 547px;
}

#left {
  position: relative;
  width: 460px;
  height: 300px;
  margin-top: 45px;
  float: left;
}

#right {
  position: relative;
  margin-top: 45px;
  width: 385px;
  float: left;
}

#imgAppDev, #imgUITools {
  padding-top: 20px;
  padding-left: 2px;
}

#featured-products {
  position: relative;
  top: 198px;
  left: 90px;
}
