body
{
	background-color: white;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
    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;
}

#logo_container {
    padding-top: 0.5em;
}
#cupcakes {
    width: 420px;
    /*min-width: 800px;*/
    padding: 1.5em 0 1em 0;
}
#iphone_container {
    padding: 1.5em 0 0 1.5em;
}

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 {
    padding: 1em 0 1em 0;
}
#footer_text {
    margin-top: 1.5em;
    font-size: 70%;
    text-align: center;
}
#footer_text a {
	font-weight: bold;
}
