#container {
  width: 762px; 				/* width = left + main */
  height: 1207px;
	margin: 0 auto;				/* 2nd part of centering */
  text-align: left;
}
#main {
  width: 800px;
  height: 1550px;
  float: left;
  background: url(../images/background_absurd.jpg) no-repeat;
}
#email {
  position: relative;
  display: block;
  background: url(../images/emailSelected.jpg) no-repeat;
  width: 166px;  
  top: 48px;
  left: 70px;
}
#email a:hover {
  background: transparent; /* reset or else problems with buttons in IE */
}
#email a:hover img {
  display: block;
  visibility: hidden;
}
#MailerHeading {
  position: relative;
  display: block;
  top: 65px;
  left: 110px;
}
#text1 {
  display: block;
  position: relative;
  width: 570px;
  top: 50px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
}
#text2 {
  display: block;
  position: relative;
  width: 440px;
  top: 30px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
}
#text2 table {
    margin: 0 0 0 -7px;
}
#text3 {
  display: block;
  position: relative;
  width: 440px;
  top: 50px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
}
#btnPurchaseNow {
  position: relative;
  display: block;
  background: url(../images/AbsurdPurchaseSelected.jpg) no-repeat;
  width: 163px;
  height: 52px;  
  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;
  width: 197px;  
  top:0px;
  left: 528px;
}
#signup a:hover {
  background: transparent; /* reset or else problems with buttons in IE */
}

#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;
}
