html, body, * {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body {
    font: 11pt Helvetica, Verdana, sans-serif;
    background-color: #fff;
    color: #222;
    padding: 10px;
}

#headers {
    position: absolute;
    width: 260px;
    right: 50%;
    top: 50%;
    margin-top: -240px;
    margin-right: 230px;
    
    padding: 10px;
    text-align: center;
}

h1 {
    background: #fff url("logo.png") no-repeat top left;
    width: 300px;
    height: 100px;
}

#appstore {
    margin-top: 5em;
    text-align: center;
}

#price {
    margin-top: 1em;
}

#screenshot {
    position: absolute;
    width: 320px;
    height: 480px;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -240px;
    background-image: url('screenshot.png');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#description {
    position: absolute;
    
    width: 300px;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: 230px;
}

#content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    padding: 20px;
    line-height: 1.4em;
}

#content p {
    margin-bottom: 1em;
}

.highlight {
    background-color: #ffa;
    color: #111;
}

#me {
    position: absolute;
    font-size: 8pt;
    top: 5px;
    right: 5px;
    color: #aaa;
}

#me a, #me a:hover, #me a:visited {
    color: #aaa;
}

a, a:hover, a:visited {
    color: #000;
}

/* temporary hack  .|.  */
#conash3D0
{
display:none;
}