@charset "utf-8";
/* CSS Document */

#wrapper {
	margin:40px auto;
	text-align:center;
	width:270px;
}
#logo {
	width:270px;
	height:170px;
}
.emaillink {
display: block;
width: 270px;
height: 46px;
background-image: url(images/emailpixie.jpg);
background-repeat: no-repeat;
background-position: top left;
text-indent:-9999px;
}

.emaillink:hover {
background-position: bottom left;
}
.emaillink a {
	width:270px;
	height:46px;
	position:relative;
	display:block;
	overflow:hidden;
}
