<html><body><p>.ostlts-download-tile {
position: relative; /* ENABLES TITLE AND DOWNLOAD BUTTON ABSOLUTE POSITIONING */
width: 100%;
height: 120px;
margin-bottom: 12px;
background-color: #7d6d9a;
/* background-image IS DECLARED AS IN-LINE STYLE */
background-repeat: no-repeat;
background-position: bottom center;
}

.ostlts-download-title {
position: absolute;
top: 12px;
left: 12px;
color: white;
font-weight:  bold;
line-height: 16px;
text-shadow: 3px 3px 6px #000000;
}

.ostlts-download-button {
position: absolute;
width: 73px;
height: 30px;
right:  15px;
bottom:  15px;
}</p></body></html>