/* layout */

/* index */

#zip-bg {
	background: url(../img/vw.jpg) top no-repeat;
	width: 760px;
	height: 190px;
}

#form {
  position: relative;
  top: 95px;
  left: 400px;
  text-align: center;
  width: 250px;
}

p.text {
  font-size: 10pt;
  /*margin: 10px 10px 5px 10px; */
}

/* /index */

/* results */

#result-bg {
  background: url(../img/result-box_02.gif) top left repeat-y;
  width: 760px;
  margin: 0 auto;
}

#woman-bg {
  background: url(../img/woman.jpg) top left no-repeat;
  width: 1200px;
  margin: 0 auto;
  position:absolute;
}

/* /results */

