html {
	color: #f4f4f4;
	background: #2c2c2c;
	text-shadow: #4f4f4f 0 -1px 1px;
	font: 20px "Molengo", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: auto;
	width: 960px;
	text-align: justify;
}

h1 {
	text-align: center;
}

img {
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;
}

a {
	color: #feffff;
}

a:hover {
	background-color: #5f5f5f;
	opacity: 1;
}

#header {
	text-indent: -9000px;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 0px 100px #000;
	-moz-box-shadow: 0px 0px 100px #000;
	background-image: url(header.jpg);
	height: 250px;
	width: 960px;
	margin-bottom: 50px;
}
#content {
	width: 960px;
}

#text {
	width: 530px;
	float: left;
	line-height: 25px;
	padding-top: 60px;
}

#iphone {
	background-image: url(iphone.jpeg);
	width: 388px;
	height: 734px;
	float: right;
}

#manual {
	width: 800px;
	margin: auto;
}

#manual h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #3f3f3f;
}

#facebook {
	width: 460px;
	float: left;
}

#twitter {
	width: 460px;
	float: right;
}

#links {
	width: 960px;
	display: inline-block;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
}

#footer {
	margin-top: 100px;
	text-align: center;
	font-size: 13px;
	color: #eaeaea;
}