body {
	font-family: 'Muli', arial, serif;
	background: #2b2b2b url(images/background.png);
	color: #d9d9d9;	
  text-shadow: 0px 1px 5px #000;	
}

img#logo {
  margin: 0 0 0 0;
}

div#container {
  width: 960px;
  	margin: 0 auto;
  	padding: 20px 0 20px 0;
  	position: relative;
  	overflow: hidden;
}

header h1 {
		margin: 0 0 15px 90px;
		font-size: 50px;
		font-weight: normal;
		line-height: 50px;
}

h3 {
  margin: 0 0 30px 90px;
	font-size: 30px;
	font-weight: normal;
	line-height: 74px;
}

a {
  color: white;
}
a:visited {
  color: #ddd;
}

aside {
	position: absolute;
	top: 70px;
	right: 40px;
}
  
section {
	margin: 0 15px 30px 0;
	width: 530px;
	float: left;
}
	section p {
		margin: 0 0 30px 90px;
		font-size: 20px;
		line-height: 35px;
		color: #d9d9d9;
	}
	section h2 {
		margin: 0 0 10px 90px;
		font-size: 30px;
		font-weight: normal;
	}
	section ul {
		margin: 0 0 30px 90px;
		font-size: 20px;
		line-height: 45px;
		color: #d9d9d9;
	}
	section dl {
		margin: 0 0 30px 90px;	  
		font-size: 20px;
		color: #d9d9d9;
	}
	section dl dt {
	  font-style: italic;
	}
	section dl dd {
	  margin-bottom: 30px;
	}
	section iframe {
	  margin-left: 90px;
	}
	section code {
	  font-size: 12px;
	  background-color: #333;
	  padding: 5px;
	  white-space: nowrap;
	}
	
	section.twitter {
	  line-height: 3em;
    padding-left: 15px;
  }
    section.twitter img {
      vertical-align: middle;
    }
  
	
footer {
	width: 960px;
	float: left;
	clear: both;
	overflow: hidden;
}
	footer a#app-store {
		display: block;
		width: 198px;
		height: 72px;
		background: url(images/app-store.png);
		text-indent: -9999px;
		margin: 0 0 0 84px;
		float: left;
	}
	footer p {
		float: right;
		clear: right;
		font-size: 16px;
		color: #5a5a5a;
		margin: 10px 0 0 0;
	}