#pic {
    top: 0px;
    position: absolute;
    z-index: -1;
    float: left;
}

#contact {
    top: 103px;
    left: 50px;
    width: 750px;
    color: #BBBBBB;
    font-size: 13pt;
    position: absolute;
}

#pcredit {
    top: 743px;
    left: 10px;
    width: 400px;
    position: absolute;
}

#contactnav {
    float: right;
    width: 150px;
    left: 0px;
    top: 103px;
    margin-right: 20px;

}

#addy {
    padding-top: 10px;
}

.obfus:link, .obfus:visited {
    text-decoration: none;
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 650px) /* and (orientation: portrait) */ {

#contact {
    position: relative;
    width: 300px;
    font-size: 10pt;
    left: 30px;
}

#pic {
    top: 0px;
}

#contactnav {
    top: 120px;
}

}

/* Smartphones (landscape) -----------
@media only screen and (max-device-width : 650px) and (orientation: landscape) {

#contact {
    width: 400px;
}
#lhtext {
    top: 64px;
}

#pic {
    top: 0px;
}

#contactnav {
    top: 63px;
}

}
*/
