body{
    background-color: #000000;
}

#message{
    color: white;
    font-size: 20px;
    margin: 300px auto 0px auto;
    width: 300px;
    text-align: center;
}

#dtechSigContainer{
    position: relative;
    margin: 100px auto 0px auto;
    width: 260px;
}

#dtechSig{
    cursor: pointer;
    background-image: url(dtechLarge.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 18px;
    padding-top: 24px;
    padding-bottom: 10px;
    font-size: 10px;
    font-family: sans-serif;
    color: #ffffff;
    text-indent: 46px;
    text-align: left;
    text-decoration:none;
}
