#container {
  width: 762px; 				/* width = left + main */
  height: 1535px;
	margin: 0 auto;				/* 2nd part of centering */
  text-align: left;
}
#main {
  width: 762px;
  height: 1535px;
  float: left;
  background: url(../images/2005VintageWinesBG.jpg) no-repeat;
}

#MailerHeading {
  position: relative;
  display: block;
  top: 65px;
  left: 90px;
}
#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;
}
#ReadOnline {
  position: relative;
  width: 800px;
  top: 110px;
  left: 55px;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 10px;
  font-style: italic;
  text-align: left;
}
#text1 {
  position: relative;
  width: 530px;
  top: 60px;
  left: 55px;
  padding: 0;
  margin: 0;
  text-align: justify;
}
#text2 {
  position: relative;
  width: 420px;
  top: 80px;
  left: 55px;
  padding: 0;
  margin: 0;
  text-align: justify;
}
#text2 table {
    margin: 0 0 0 -7px;
}
#btnPurchaseNow {
  position: relative;
  display: block;
  background: url(../images/home2006PurchaseSel.jpg) no-repeat;
  width: 163px;
  height: 52px;  
  top: 10px;
  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;  
  height:auto;
  top: 175px;
  left: 477px;
}
#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;
}
table {
  font: 13px/16px arial, verdana, helvetica, sans-serif;
  color: #666666;
}
