body{
	color: #aaa;
	margin: 0;
	font-family: "HelveticaNeue-Light", Helvetica, sans-serif;
	background: #000;
}

div {
	display: block;
}

a {
	color: inherit;
}

a:hover {
	color: #888;
}

h1, h2, h3 {
	font-weight: 100;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: right;
}

#container {
	background: url('container-bg.png') repeat-x;
}

#header{
	height: 300px;
	width: 750px;
	margin: auto;
	padding: 30px 0 50px 0;
	text-align: center;
}

#header h1 {
	display: inline;
}

#header-content {
	border-bottom: 1px solid #000;
	margin-left: 18px;
	text-shadow: 0px 1px 1px #888;
	
}

#app-title, #app-icons {
	float: right;
	text-align: right;
	height: 48px;
}

#app-title {
	margin-right: 24px;
	line-height: 36px;
	font-size: 20px;
	text-shadow: 0px -1px 1px #000;
}

#content {
	margin: -240px auto 0;
	width: 727px;
	
}

#titlebar {
	color: #5e5e5e;
	text-align: center;
	height: 60px;
}

#titlebar * {
	vertical-align: middle;
	line-height: 55px;
	
}

p {
	text-align: justify;
	line-height: 1.4em;
	color: #fff;
	text-shadow: 0px -1px 1px #777;
	font-family: "Helvetica";
}

.shout {
	font-size: 1.2em;
}

.detail {
	border: 0;
	text-shadow: 0px -1px 1px #333;
	color: #fff;
	margin-top: 4px;
	font-family: "Georgia";
}

#footer {
	clear: both;
	width: 727px;
	margin: auto;
	padding-top: 32px;
	padding-left: 12px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.title {
	padding: 0 74px 12px 0;
	font-size: 48px;
	vertical-align: middle;
}

.title#loops {
	background: url('loops-icon.png') no-repeat right;
}

.title#iscore {
	background: url('iscore-icon.png') no-repeat;
}

.price {
	font-family: "HelveticaNeue-Light";
	margin-top: 116px;
	border-top: 1px solid #222;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 12px;
	text-align: right;
	text-shadow: none;
}
