body {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
    background: #080808;
}
#frame {
    background: #080808 url('xy22ylo.jpg') no-repeat 20px 20px;
    width: 700px;
    height: 680px;
    text-align: center;
    filter:alpha(opacity=80);
    -moz-opacity: 0.80;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-content {
    float:  right;
    position: absolute;
    top: 40px;
    left: 400px;
    width: 260px;
    height: 600px;
    text-align: left;
}
#left-content {
    float: left;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 340px;
    height: 600px;
    text-align: left;
    font-size: 10pt;
    opacity: 0.50;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
}
#pgpkey,
#mailcert {
    width: 360px;
}
#pgpkey_value,
#mailcert_value {
    width: 340px;
    height: 568px;
    font-size: 6pt;
    white-space: pre;
    font-family: Courier;
    color: #ffffff;
    border: 0;
    opacity: 0.40;
    filter:alpha(opacity=40);
    -moz-opacity: 0.40;
}
#twitter {
    color: #ffffff;
    border: 0;
    opacity: 0.70;
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
}
#title {
    text-align:  right;
    font-size: 44pt;
    color: orange;
    opacity: 0.70;
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
    position: absolute;
    top: -40px;
    right: 36px;
}
#tagline {
    font-size: 10pt;
    margin-left: 20px;
    opacity: 0.50;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 200px;
    text-align: right;
}
#about-title,
#contact-title {
    font-size: 16pt;
    position: absolute;
    left: 90px;
    color: orange;
    opacity: 0.40;
    filter:alpha(opacity=40);
    -moz-opacity: 0.40;
}
#about-title {
    top: 220px;
}
#about-body {
    text-align: right;
    opacity: 0.50;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    position: absolute;
    top: 280px;
    right: 0px;
}
#contact-title {
    top: 410px;
}
#contact-body {
    text-align: right;
    opacity: 0.50;
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    position: absolute;
    top: 470px;
    right: 0px;
}
.preformatted {
    white-space: pre;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: orange;
    opacity: 1.00;
    filter:alpha(opacity=100);
    -moz-opacity: 1.00;
}
#contact-body a {
    color: #ffffff;
    border: 1px dotted #606060;
    padding: 3px 8px 3px 8px;
    line-height: 30px;
}
#contact-body a:hover {
    color: #ffffff;
    background-color: #808080;
    opacity: 1.00;
    filter:alpha(opacity=100);
    -moz-opacity: 1.00;
}
.copy_button {
    color: #ffffff;
    border: 1px dotted #606060;
    padding: 0px 8px 0px 8px;
    line-height: 30px;
    width: 120px;
}
.copy_button.hover {
    color: #ffffff;
    background-color: #808080;
    padding: 0px 8px 0px 8px;
    line-height: 30px;
    width: 120px;
}
