body {
	margin: 0;
	padding: 0;
	background: #000 url('tether_bg.jpg') no-repeat fixed center top;
	font: 13px sans-serif;
	color: #ccc;
}
#wrap {
	width: 420px;
	margin: 100px auto;
}
.inner {
	background: #000;
	margin-bottom: 5px;
}
#title {
}
#title h1 {
	margin: 0;
	padding: 5px 0;
	height: 112px;
	overflow: hidden;
	text-indent: -999px;
	background: #000 url('tether_logo.png') no-repeat center;
}
#player {
	padding: 8px 10px;
}
#info {
	padding: 15px 15px 5px 15px;
}
#info p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}

#info p.purchaselink {
	text-align: center;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus {
	color: orange;
}