@charset "UTF-8";
/* CSS Document */

body {
    background:#ffffff url('img/background.jpg') top center no-repeat;
    font:12px Verdana, Geneva, sans-serif;
    color:#666666;
    margin:5px 0 0 0;
}

#centered {
    width:881px;
    margin:0 auto;
    background:transparent url('img/bg.jpg') no-repeat;
}

h1 {
    background:transparent url('img/h1_heart-age-calculator.png') no-repeat;    
    width:366px;
    height:72px;
    text-indent:-9000px;
    margin:0;
    padding:0;
float:left;
}

#head {
    width:881px;
    height:72px;
    margin:0;
    padding:0;
}

p {
    margin:10px 47px;   
}

#app {
    width:783px;
    height:505px;
    background:#8eaac2 url('img/grass.jpg') bottom no-repeat;
    margin:10px 25px 0;
    padding:24px;
}


