body {
    	background: url("dark_wood.png")  repeat;
    	/* Background pattern from subtlepatterns.com */
	}

div.appDiv {
	background: rgba(0, 0, 0, 0.5);
	border-color: rgba(255, 255, 255, 0.25);
}

.appDiv p {
	color: white;
}

.appDiv img {
	max-height: 100%;
	max-width: 100%;
}

ul li {
	display: inline-block;
}

.ios {
	display:inline-block;
	overflow:hidden;
	background:url("ios-download.svg") no-repeat;
	width:135px;
	height:45px;
	background-size: 135px 45px;
}

.android {
	display:inline-block;
	overflow:hidden;
	background:url("en-play-badge.png") no-repeat;
	width:135px;
	height:45px;
	background-size: 135px 45px;
}

.footer, .header {
	color: white;
}