#container {
  width: 762px; 				/* width = left + main */
  height: 2200px;
	margin: 0 auto;				/* 2nd part of centering */
  text-align: left;
}
#main {
  width: 762px;
  height: 2200px;
  float: left;
  background: url(../images/bg2011update.jpg) no-repeat;
}
#email {
  position: relative;
  display: block;
  background: url(../images/emailSelected.jpg) no-repeat;
  width: 166px;  
  top: 52px;
  left: 70px;
}
#email a:hover {
  background: transparent; /* reset or else problems with buttons in IE */
}
#email a:hover img {
  display: block;
  visibility: hidden;
}
#text1 {
  display: block;
  position: relative;
  width: 570px;
  top: 30px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
}
#text2 {
  display: block;
  position: relative;
  width: 570px;
  top: 30px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
}
#text3 {
  display: block;
  position: relative;
  width: 440px;
  top: 30px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
  border-top: 1px solid #AAAAAA;
}
#btnPurchaseNow {
  position: relative;
  display: block;
  background: url(../images/home2006PurchaseSel.jpg) no-repeat;
  width: 162px;
  height: 53px;  
  top: 20px;
  left: 150px;
}
#btnPurchaseNow a:hover {
  background: transparent; /* reset or else problems with buttons in IE */
}
#btnPurchaseNow a:hover img {
  display: block;
  visibility: hidden;
}
#signup {
  position: relative;
  display: block;
  background: url(../images/signupSelected.jpg) no-repeat;
  width: 197px;  
  top: 60px;
  left: 532px;
}
#signup a:hover {
  background: transparent; /* reset or else problems with buttons in IE */
}
#signup a:hover img {
  display: block;
  visibility: hidden;
}
#copyright {
  margin: 0;
  padding: 0 0 0 10px;
  font: 10px arial, helvetica, sans-serif;
  color: #ababae;
}

