body { 
	background: #ddd;
	color: #555;
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}

#header h1 {
	height: 130px;
	margin: 0 0 30px 0;
	padding: 0;
}
	
	#header h1 a {
		background: transparent url('images/header.gif') no-repeat top left;
		display: block;
		height: 130px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
	}

#header h2 {
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#content {
	background: transparent url('images/iPhone.gif') no-repeat top right;
	margin: 0 auto;
	width: 720px;
}

#main {
	margin: 0 0 50px 0;
}
	
	#main p {
		font-size: 0.9em;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		width: 450px;
	}
	
	#main p.appstore {
			display: inline;
			float: right;
			margin: 250px 45px 0 0;
			width: auto;
	}
		
		#main p.appstore img {
			border: none;
		}

ul.features {
	clear: left;
	list-style: circle;
	padding-top: 20px;
	width: 425px;
}

	ul.features li {
		margin-bottom: 12px;
	}

ul.screenshots {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	ul.screenshots li {
		display: inline;
		float: left;
		height: 210px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		width: 160px;
	}
	
		ul.screenshots li.easy {
			background: transparent url('images/easy.gif') no-repeat top left;
		}
		
		ul.screenshots li.customizable {
			background: transparent url('images/customizable.gif') no-repeat top left;
		}
		
		ul.screenshots li.configurable {
			background: transparent url('images/configurable.gif') no-repeat top left;
		}

#copyright {
	clear: both;
	font-size: 0.75em;
	margin: 0 0 100px 0;
	padding: 40px 0 0 20px;
	text-align: center;
	text-shadow: #eee 1px 1px 0;
	width: 450px;
}

#copyright a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #000;
}

