body {
	background: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #B2B09B;
}

p {
	line-height: 20px;
}

strong {
	color: #ECE9E0;
}

a,
a:visited {
	color: #ffb400;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #ffb400;
}

a img {
	border: none;
}

div#container {
	position: relative;
	width: 960px;
	height: 1250px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg.jpg) top;
}

div#appstorelink {
	position: absolute;
	top: 440px;
	left: 550px;
	width: 220px;
	height: 52px;
	background: url(../images/appstorelink.png);
/* 	display: none; */
}
	div#appstorelink p {
		display: none;
	}
	
div#intro,
div#description,
div#debacle {
	position: absolute;
	margin-left: 70px;
	width: 400px;
}

div#intro {
	top: 665px;
}

div#description {
	top: 850px;
}

div#debacle {
	top: 1085px;
	width: 520px;
}

div#footer {
	position: absolute;
	top: 1205px;
	width: 100%;
	text-align: center;
}
	div#footer p {
		font-size: 0.8em;
		text-transform: uppercase;
		color: #68645a;
	}