body {
	margin: 0;
	padding: 0;
	color: #eee;
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.2em;
	background-image: url(curtainLogo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #212121;
}

a {
	color: #aaa;
	border: 0;
}

img {
	border: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100%;
}

#iphone {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}

#description {
	line-height: 1.5;
	float: right;
	margin-top: 270px;
	margin-right: 40px;
	width: 516px;
}

#description img {
	display: block;
	margin: 30px auto 30px auto;
}

#description ul {
  float: left;
  width: 516px;
  margin: 0;
  padding-bottom: 1.0em;
  list-style: none;
}
 
#description li {
  float: left;
  width: 6em;
  margin: 0;
  padding: 0;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	float: left;
	width: 100%;
	margin-top: 20px;
}