@charset "UTF-8";

#Postcard{
	height:200px;
	width:300px;
	background-image:url(../img/postcard_front.JPG);
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
transition: all 1s ease-in;
}
#Postcard:hover{
	background-image::url(img/postcard_back.JPG);
}/* CSS Document */



