 #links {
    width: 696px; height: 164px;
    position:absolute;
    top:268px;
    left:33px;
    background: url(../images/links_02.jpg) no-repeat;
    margin: 0px auto; padding: 0px;
}
 #links li {
    margin: 0; padding: 0; list-style: none;
    position: absolute;}
 #links a {
    display: block;
    /*border: 1px solid blue;*/
    height: 72px;
}
    
#myspace {left: 0px; top:0px; height: 72px; width: 221px;}
#facebook {left: 0px; top:72px;  width: 221px;}
#mailing {left: 412px; top:0px; height: 72px; width: 284px;}
#resume {left: 412px; top:72px; width: 284px; }
#resume a {height: 82px;}

#myspace a:hover {
  background: transparent url(../images/links_02.jpg)
  0px -165px no-repeat;}
#facebook a:hover {
  background: transparent url(../images/links_02.jpg)
  0px -237px no-repeat;}
#mailing a:hover {
  background: transparent url(../images/links_02.jpg)
	-412px -165px no-repeat;}
#resume a:hover {
  background: transparent url(../images/links_02.jpg)
  -412px -237px no-repeat;}
  
#mailing-popup {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	display:none;
	width:100%;
	height:900px;
	z-index:99;
/* 	opacity: 0.80;
	filter: alpha(opacity=80);
	background-color:white;*/
	text-align:center;
/*	border:2px solid blue;*/
}

#popup {
	text-align:center;
	display:none;
	position:absolute;
	top:20%;
	left:34%;
	width:30%;
	margin:auto;
	height:200px;
	background-color: white;
/*	border:3px solid black;*/
	z-index:101;
}
#welcome-message {
  width:80%;
  margin:auto;
/*  border:1px solid blue;*/
  padding:8px;
/*  color:white;*/
  margin-bottom:30px;
}
#email-box {
/*  border:1px solid white;*/
/*  color:gray;*/
}
#send-box {
/*  border:1px solid white;*/
/*  color:gray;*/
  cursor:pointer;
}
#thank-you {
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:298px;
	margin:auto;
	height:275px;
/*	border:3px solid black;*/
	z-index:101;
	background: url(../images/feeding_small.jpg) top center no-repeat;
}
#thank-you-message {
	margin:0px;
	margin-top:202px;
/*	color:white;*/
  font-size:2em;
	z-index:102;
	padding:5px;
}
#disclaimer {
/*  color:white;*/
  font-size:0.8em;
	z-index:102;
	margin:0px;
	padding:0px;
}