body {
    margin:0;padding:0;border:0;
    font-size: 14px;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff url(bg.png) repeat-x;
    color: #48321E;
}

a:link, a:visited, a:active{
    color:inherit;
}

ul {
    padding:0px;
}
li {
    margin-bottom: 7px;
}
h2 {
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #ccc;
    margin: 0px;
}		
ul, p {
    margin: 0.5em 0 1.5em 0;
}
hr {
    border: 0px none;
    clear:both;
    background: url(footer-bg.png) repeat-x;
    height: 4px;
}
.container {
    width:740px;
    min-height: 310px;
    margin:0 auto;
}

#top {
    position:relative;
    display: block;
    margin:0;
    width:100%;
    height:228px;
    padding-top: 81px;
    background: url(cup.png) 23px bottom no-repeat;
}
#top h1 {
    display: block;
    font-size: 40px;
    margin: 0 0 0 109px;
    text-indent: -9999px;
    background: url(extraction.png) no-repeat;
    width:258px;
    height:45px;
}
#top p {
    display: block;
    font-size: 21px;
    margin: 9px 0 0 273px;
    text-indent: -9999px;
    background: url(for_iphone.png) no-repeat;
    width:94px;
    height:16px;
}
#iphone {
    position: absolute;
    top:0px;
    left: 460px;
}
#appstore {
    display: block;
    margin: 62px 0 0 273px;
    text-indent: -9999px;
    background: url(app_store.png) no-repeat;
    width:150px;
    height:52px;
}

#column {
    float:right;
    width:468px;

}
#sidebar {
    float:left;
    width:272px;
}
#footer {
    clear:both;
    background: url(footer-bg.png) repeat-x;
    padding:14px 0 14px 272px;
    font-size: 12px;
}
#sidebar-pad {
    margin: 24px 32px 0 32px;
}
#intro {
    font-size: 21px;
    color: #85573A;
    text-shadow: 1px 1px 3px #ccc;
    margin-top: 1em;
}
.note {
    font-size: 12px;
    color: #85573A;
}

.button, .button:link, .button:visited{
    background: #977651;
    display: inline-block;
    padding: 13px 20px 14px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 0 1px 3px #aaa;
    -webkit-box-shadow: 0 1px 3px #aaa;
    text-shadow: 0 -1px 1px #48321E;
    border-bottom: 1px solid #48321E;
    position: relative;
}
		