	* {
		margin: 0;
		padding: 0;
		list-style: none;
		text-decoration: none;
		outline: none;
	}
	html {
		background: url('../img/satinweave.png');
	}
	body {
		width: 1000px;
		margin: auto;
		color: #444;
		font-family: 'Lato', Helvetica;
	}
	a {
		text-decoration: none;
		color: #666;
	}
	header {
		width: 1000px;
		margin: 30px 0 30px 0;
		float: left;
	}

	h2 {
		color: #444;
		line-height: 25px;
		font-size: 20px;
		text-shadow: 0px 1px 0px #fff;
		margin-bottom: 20px;
	}
	#container {
		width: 1000px;
		min-height: 300px;
		float: left;
		border: 1px solid #bbb;
		box-shadow: none;
		-webkit-box-shadow: 0 3px 3px 0 #ccc;
		box-shadow: 0 0 3px 0 #ccc;
		border-radius: 5px;
		margin-top: 20px;
		margin-bottom: 25px;
		background-color: #f9f9f9;
		/*background: url('img/white_wall_hash.png')*/
	}
	#product-header {
		width: 1000px;
		height: 62px;
		float: left;
		/*background: url('img/white_wall_hash.png');*/
		box-shadow: 0px 1px 0px #fff inset;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom: 1px solid #bbb;
	}
	#atimelogger-icon-medium {
		background: url('../img/icon-middle.png') no-repeat center;
		width: 144px;
		height: 144px;
		margin-left: 15px;
		margin-top: 13px;
		position: relative;
		z-index: 1;
		float: left;
	}

	#poster-atimelogger .name {
		font-size: 80px;
		font-family: 'Lato', Helvetica;
		text-align: center;
		margin-left: 15px;
		line-height: 90px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#poster-atimelogger {
		width: 1000px;
		height: 730px;
		-webkit-box-shadow: inset 0 -10px 50px 0 rgba(0,0,0,0.1);
		margin-bottom: 50px;
		float: left;
		position: relative;
		border-bottom: 1px solid #bbb;
	}
	#atimelogger-main-screenshot {
		background: url('../img/ipad-iphone-screenshot.png');
		background-size: 100%;
		background-repeat: no-repeat;
		width: 900px;
		height: 494px;
		position: absolute;
		overflow: hidden;
		right: 50px;
		bottom: 0px;		
	}
	#atimelogger-main-ipad-screenshot {
		background: url('../img/ipad-mini-screenshot.png');
		background-size: 100%;
		background-repeat: no-repeat;
		width: 864px;
		height: 496px;
		position: absolute;
		overflow: hidden;
		right: 92px;
		bottom: 0px;
	}
	#atimelogger-intro {
		margin-top: 10px;		
		width: 100%;
		float: left;
	}
	#container section {
		width: 940px;
		margin-left: 30px;
		float: left;		
		border-bottom: 1px solid #ddd;
		box-shadow: 0px 1px 0px #fff;
		padding-bottom: 35px;
		margin-bottom: 40px;
	}
	#container section.inner-footer {
		border-bottom: none;
		box-shadow: none;
		margin-bottom: 0;
	}
	.inner-footer h2 {
		text-align: center;
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.right {
		width: 455px;
		float: right;
		margin-right: 10px;
	}
	.left {
		width: 455px;
		float: left;
		margin-left: 10px;
	}
	.iphone-screenshot {
		width: 263px;
		height: 330px;
		background-size: 100%;
		box-shadow: 0 1px 5px 1px #888;
		margin: 0 auto;
	}
	.feature p {
		font-size: 16px;
		line-height: 23px;
	}
	.feature #screenshot-intro {
		background: url('../img/screenshot-intro.jpg');
	}
	.feature #screenshot-pause {
		background: url('../img/screenshot-pause.jpg');
	}
	.feature #screenshot-pie {
		background: url('../img/screenshot-pie.jpg');
	}
	.feature #screenshot-group {
		background: url('../img/screenshot-group.jpg');
		height: 150px;
	}
	.feature #screenshot-simultaneous {
		background: url('../img/screenshot-simultaneous.jpg') no-repeat;
	}
	.feature #screenshot-themes {
		background: url('../img/screenshot-themes.jpg') no-repeat;
		height: 450px;
	}
	.feature #screenshot-report {
		background: url('../img/screenshot-report.jpg') no-repeat;
		height: 450px;
	}
	.feature #screenshot-icons {
		background: url('../img/screenshot-icons.jpg') no-repeat;
	}
	a.appstore-buy {
		width: 135px;
		height: 40px;
		background: url('../img/available-appstore.png');
		background-size: 100%;
		display: block;
		margin: 30px auto;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3 / 2),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
		.feature #screenshot-intro {
			background: url('../img/screenshot-intro@2x.jpg')  no-repeat;
			background-size: 100%;
		}
		.feature #screenshot-pause {
			background: url('../img/screenshot-pause@2x.jpg')  no-repeat;
			background-size: 100%;
		}
		.feature #screenshot-pie {
			background: url('../img/screenshot-pie@2x.jpg')  no-repeat;
			background-size: 100%;
		}
		.feature #screenshot-group {
			background: url('../img/screenshot-group@2x.jpg')  no-repeat;
			background-size: 100%;
		}
		.feature #screenshot-simultaneous {
			background: url('../img/screenshot-simultaneous@2x.jpg')  no-repeat;
			background-size: 100%;
		}
		.feature #screenshot-themes {
			background: url('../img/screenshot-themes@2x.jpg')  no-repeat;
			background-size: 100%;
			height: 450px;
		}
		.feature #screenshot-report {
			background: url('../img/screenshot-report@2x.jpg')  no-repeat;
			background-size: 100%;
			height: 450px;
		}
		.feature #screenshot-icons {
			background: url('../img/screenshot-icons@2x.jpg')  no-repeat;
			background-size: 100%;
		}
		a.appstore-buy {
			background: url('../img/available-appstore@2x.png');
			background-size: 100%;
			display: block;
			margin: 30px auto;
		}
	}	
	p.intro {
		font-family: 'Lato' Helvetica;
		font-size: 32px;
		line-height: 25px;
		text-align: center;
		font-weight: 400;
		font-style: italic;
	}

	footer {
		width: 1000px;
		margin: 0;
		float: left;
		text-align: center;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 10px;
		text-align: center;
		color: #666;
	}
	footer a {
		color: #666;	
	}
	ul.navbar {
		margin: 10px;
		float: left;
	}
	ul.navbar li {
		display: block;
		float: left;
		padding: 10px;		
	}

