/* CSS Document */
.rune {
	width: 100px;
	height: 120px;
	background-position: center;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: cover;
}

#rune_1 {
  background-image: url("../images/01theself.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#rune_2 {
	background-image:url("../images/02partnership.jpg"); 
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#rune_3 {
	background-image:url("../images/03signals.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#rune_4 {
	background-image:url("../images/04separation.jpg");
}
#rune_5 {
	background-image:url("../images/05strength.jpg");
}
#rune_6 {
	background-image:url("../images/06initiation.jpg");
}
#rune_7 {
	background-image:url("../images/07constraint.jpg");
}
#rune_8 {
	background-image:url("../images/08fertility.jpg");
}
#rune_9 {
	background-image:url("../images/09defense.jpg");
}
#rune_10 {
	background-image:url("../images/10protection.jpg");
}
#rune_11 {
	background-image:url("../images/11possessions.jpg");
}
#rune_12 {
	background-image:url("../images/12joy.jpg");
}
#rune_13 {
	background-image:url("../images/13harvest.jpg");
}
