body
{
	background-color: white;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
}
a {
    color: #0071bc;
}

#header {
    background-color: black;
}

#body_text {
    margin-left: 48px;
    width: 540px;
    min-height: 450px;
}
#body_text h1 {
	font-size: 200%;
	font-weight: bold;
	color: black;
}
#body_text h2 {
    font-size: 160%;
	font-weight: normal;
    color: #662d91;
}
#body_text ul {
    margin-left: -1em;
    margin-bottom: 2em;
}
#body_text li {
    font-size: 110%;
	font-weight: bold;
    color: #0071bc;
}

#iphone_container {
    position: absolute;
    top: 10px;
    left: 580px;
}
#iphone_screen {
    background-color: black;
    width: 320px;
}
table, tr, td {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px solid black;
}
#free_download_container {
    position: absolute;
    top: 0px;
    left: 300px;
}

#footer {
    margin-left: 40px;
}
#footer_text {
    margin-top: 1.5em;
    margin-left: 8px;
    width: 540px;
    font-size: 70%;
    text-align: center;
}
#footer_text a {
	font-weight: bold;
}
