body {
	background: #1e2615 url(assets/img/bg-tile.png) repeat-x;
	margin: 0;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {color: white; text-decoration: none;}
a:hover {text-decoration: underline;}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 36px;
}

#container {
	width: 819px;
	margin: 0 auto;
}

#iphone {
	width: 819px;
	height: 473px;
	margin-top: 48px;
	background: url(assets/img/iphone.png);
}

#demo {
	width: 480px; height: 320px;
	margin: 0 0 0 169px;
	padding: 33px 0 0 0;
	z-index: 10;
	display: block;
}

#col-1 {
	width: 470px;
	float: left;
	margin-left: 50px;
	text-align: justify;
}

#col-2 {
	width: 209px;
	float: right;
	margin-right: 50px;
}

.fancy img {
	border: 2px solid white;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.nmr img {
	margin-right: 0;
}

#screenshots {
	clear: both;
	margin-bottom: 14px;
	float: left;
}

#footer {
	clear: both;
	color: #1e2615;
}