#container {
  width: 749px; 				/* width = left + main */
  height: 563px;
	margin: 0 auto;				/* 2nd part of centering */
  text-align: left;
}
#main {
  width: 749px;
  height: 563px;
  float: left;
  background: url(../images/HomeBG.jpg) no-repeat;
  color: #666666;
}
#email {
  position: relative;
  width: 166px;  
  top: 48px;
  left: 66px;
}
#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;
}
#buttons {
  position: relative;
  width: 162px;
  top: 100px;
  left: 200px;
}
#buttons a:hover {
  background: transparent; /* reset or else problems with buttons in IE */
}
#buttons a:hover img {
  display: block;
  visibility: hidden;
}

#btnVintage {
 background: url(../images/home2007WinesSelected.jpg) no-repeat;
  white-space: nowrap;
  display: block;
  width: 163px;
  height: 52px;
	
	}
	
#btnVintageLtr {
background: url(../images/home2007LetterSelected.jpg) no-repeat;
  white-space: nowrap;
  display: block;
  width: 163px;
  height: 52px;
}
#btnSpring {
  background: url(../images/homeSpring2009Selected.jpg) no-repeat;
  white-space: nowrap;
  display: block;
  width: 163px;
  height: 52px;
}
#btnWines {
  background: url(../images/homeAbsurdSelected.jpg) no-repeat;
  display: block;
  width: 163px;
  height: 52px;
}
#btnPurchase {
  background: url(../images/home2007PurchaseSel.jpg) no-repeat;
  display: block;
  width: 163px;
  height: 52px;
}
#btnParty {
  background: url(../images/homePartiesSelected.jpg) no-repeat;
  display: block;
  width: 163px;
  height: 52px;
}


#btnWinter {
  background: url(../images/homeWinter09Selected.jpg) no-repeat;
  display: block;
  width: 163px;
  height: 52px;
}

#text1 {
  display: block;
  position: relative;
  width: 400px;
  top: 100px;
  left: 100px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
  /* border-bottom: 1px solid #AAAAAA; */
}
#text2 {
  display: block;
  position: relative;
  width: 570px;
  top: 50px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
}
#text3 {
  display: block;
  position: relative;
  width: 440px;
  top: 50px;
  left: 70px;
  padding: 10px 0;
  margin: 0;
  text-align: justify;
  /* border-top: 1px solid #AAAAAA; */
}
#signup {
  position: relative;
  display: block;
 /* background: url(../images/signupSelected.jpg) no-repeat;*/
  width: 197px;  
  top: 150px;
  left: 525px;
}

#signup a:hover {
  background: transparent url(/images/button_signup.png) no-repeat;
  }


#signup a:hover img {
  background:transparent url (/images/button_signup.png) no-repeat;
  display: block;
  visibility: visible;
}

#copyright {
  margin: 0;
  padding: 0 0 0 10px;
  font: 10px arial, helvetica, sans-serif;
  color: #ababae;
}
