/* CSS Document */
.postcard{
}

.postcard a{
	width:375px;
	height:520px;
	background-image:url(soulprint_postcard.jpg);
	background-repeat:no-repeat;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
}
.postcard a:hover{
background-image:url(soulprint_postcard_MO.gif);
}
