body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    font-size: small;
    background: #88bbff;
}

#wrap {
    background: #fff;
}

#header {
    width: 100%;
    border-bottom: 1px solid #6688dd;
    background: #88bbff url(imgs/montgolfier.png) no-repeat 8px 14px;
}

#header h1 {
    margin: 0;
    padding: 28px;;
    padding-bottom: 5px;
    padding-left: 80px;
    font-size: 300%;
    color: #ffffff;
    text-shadow: #102060 0px 1px 2px;
}

#header p {
    margin: 0;
    text-align: right;
    padding: 5px;
    padding-right: 10px;
}

#header a {
    text-decoration: none;
    color: #04c;
    font-weight: bold;
    font-style: normal;
}

#mk61 {
    clear: both;
    width: 900px;
    margin: 0 auto;
    padding: 5px ;
}
#mk61 h1 {
    margin: 0px;
    padding: 40px;
    padding-left: 80px;
    padding-bottom: 0px;
    background: url(imgs/mk61/icon.png) no-repeat 0 bottom;
    color: #14b;
    text-shadow: #a0a0a0 1px 1px 2px;
}

#mk61 h2 {
    margin: 0px;
    padding: 40px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #14b;
    text-shadow: #a0a0a0 1px 1px 2px;
}

#desc {
    width: 560px;
    font-size: 105%;
    color: #404040;
    float: left;
}

#desc p {
    clear: both;
    text-align: justify;
}
#desc #footnotes {
    color: #808080;
    font-style: italic;
    font-size: 80%;
    list-style-type: none;
}

#desc #features li {
    padding: 3px;
}

#desc #app_store_link {
    text-align: right;
    padding: 5px 0px 10px 0px;
    margin: 0px;
}

#desc #app_store_link a {
    padding: 5px 7px 5px 8px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    text-decoration: none;
    text-shadow: #000 0px 1px 2px;
    color: #fff;
    background: #aab;
    font-style: normal;
}
#trigt {
    font-size: 120%;
}

#share {
    border-top: 1px solid gray;
    width: 100%; 
    float: left;
}
#yashare {
    float: right;
}
#fblike {
    float: left;
    padding: 5px 0 5px 0;
}

#images {
    width: 300px; 
    float: right;
    height: 580px;
    min-height: 580px;
    max-height: 580px;
}
#images p {
    text-align: center;
}

#iphone-img {
    position: relative;
    width: 280px;
    z-index: 1;
}

#app-store-img {
    position: relative;
    z-index: 2;
    top: -45px;
    left: 75px;
}
#images #img-cmt {
    padding: 0px;
    position: relative;
    /* top: -54px; */
    color: #808080;
    font-style: italic;
    font-size: 80%;
}

#footer {
    clear: both;
    font-size: x-small;
    color: #04c;
    border-top: 1px solid #6688dd;
    background: #88bbff;
    padding: 1px;
}

#footer p {
    margin: 0px;
    padding: 5px;
    text-align: center;
}

#footer a {
    text-decoration: none;
    color: #04c;
    font-weight: bold;
    font-style: normal;
}


