body, div, h1, h2, h3, h4, h5, h6, p, ul, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family: Helvetica, Arial, Sans-Serif;
	background: #222; 
}

a {
	color: #fff;
}

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

header {}
	header img#logo {
		float: left;
		margin: -10px 30px 0 0;
	}
	header h1 {
		margin: 0px 0px 30px 90px;
		font-size: 60px; 
		font-weight: normal;
		line-height: 74px;
		color: #fff;
	}
	header h2 {
		margin: 0px 0px 30px 90px;
		font-size: 30px; 
		font-style: italic;
		font-weight: normal;
		line-height: 74px;
		color: #fff;
	}
	
section {
	margin: 0 15px 30px 0;
	width: 530px;
	float: left;
}
	section p {
		margin: 0 0 30px 90px;
		font-size: 22px;
		line-height: 32px;
		color: #eee;
	}
	section h2 {
		margin: 0px 0px 10px 65px;
		font-size: 40px;
		font-weight: normal;
		color: #fff;
	}
	section ul {
		margin: 0 0 30px 90px;
		font-size: 22px;
		line-height: 32px;
		color: #eee;
	}
	section dt {
		margin: 0 0 10px 90px;
		font-size: 20px;
		line-height: 20px;
		color: #eee;
	}
	section dd {
		margin: 0 0 30px 90px;
		font-size: 16px;
		line-height: 16px;
		color: #eee
	}
	
aside {
	position: absolute;
	top: 90px;
	width: 386px;
	height: 742px;
	right: 0;
}

footer {
	width: 960px;
	float: left;
	clear: both;
	overflow: hidden;
}
	section a#app-store {
		display: block;
		width: 270px;
		height: 80px;
		background: url(../website/app-store.svg);
		text-indent: -9999px;
		margin: 0 0 30px 84px;
		background-size: 270px 80px;
		float: left;
	}
	
	footer a#twitter {
		display: block;
		width: 166px;
		height: 33px;
		background: url(http://s.twimg.com/a/1286818005/images/business/follow/follow_twitter_button_b.png);
		text-indent: -9999px;
		margin: 0 0 0px 4px;
		float: right;
	}
	
	footer p {
		float: right;
		clear: right;
		font-size: 16px;
		color: #5a5a5a;
		margin: 10px 0 0 0;
	}
