h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #666666;
}

h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    color: #666666;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: .8000em;
	font-weight:bold;
}

a {
	text-decoration: none;
    color: #666666;
    -webkit-transition: color .1s ease-out;
    font-size: inherit;
}

a:hover {
    color: #666666;
}

#header {
	max-width: 990px;
    min-width: 510px;
	margin: 1px auto;
}

#header p {
	text-align: center;
	font-size: .8000em;
	line-height: 1px;
}

#header-links {
    margin: 0.25em 0em;
}

#header-links a {
    text-decoration: none;
    color: inherit;
}

#header-links a:hover {
    text-decoration: underline;
}

#footer {
	max-width: 990px;
    min-width: 510px;
	margin: 50px auto;
}

#footer p {
	text-align: center;
	font-size: .8000em;
	line-height: 10px;
}

#footer-links {
    margin: 0.25em 0em;
}

#footer-links a {
    text-decoration: none;
    color: inherit;
}

#footer-links a:hover {
    text-decoration: underline;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a img, :link img, :visited img
	{
	border: 0;
	}
    
/* IE7 hacks
--------------------------------------------- */

*:first-child+html .group,
*:first-child+html #wrap {
	min-height: 1px;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 100%;
}

.wrap {
    width: 800px;
    margin: 0 auto;
}

.iphone {
    padding-top: 40px;
    width: 280px;
    float: left;
    position:relative;
}

.content {
    float:left;
    margin-left: 10px;
    position: relative;
    width: 500px;
}
.content .title {
    position: absolute;
    top: 100px;
    left: 75px;
}
.content .summary {
    margin-top: 190px;
    height: 300px;
    padding: 30px 7% 0 7%;
    width: 80%;
}
.content .summary-text {
    padding-left: 40px;
}
.content .summary-licence {
    padding-left: 40px;
    font-size: .7500em;
}

.content p {
    font-size: .8000em;
    margin-bottom: 1em;
}
