* {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff;
	text-align: center;
	font: 10px/150% Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #432;
	}
	
p, hr {
float: left;
width: 480px;
clear: both;
margin: 8px 0;
}


hr {
	border-top: 1px solid #654;
}

#wrap {
	width: 480px;
	position: relative;
	margin: 0 auto;
}

.l {
float: left;
}


a#blog, a#etsy, a#email {
	display: block;
	overflow: hidden;
	float: left;
	padding-top: 78px;
	height: 0px !important;
	height /**/:78px; /*for IE5/Win only */
	background-position: 0 0;
	background-repeat: no-repeat;
}

a#email {
	padding-top: 23px;
	height /**/:23px; /*for IE5/Win only */
	}


a#blog {
	background-image: url(/i/blog.gif);
	width: 203px;
	
	}
	
a#etsy {
	background-image: url(/i/etsy.gif);
	width: 248px;
	}
	
	
a#email {
	background-image: url(/i/email.gif);
	width: 480px;
	}
	
a#email:hover {
	background-position: 0 -20px;
}
	

a#blog:hover, a#etsy:hover {
background-position: 0 -76px;
}



