
HTML, BODY {
    background: #94AEBB;
    background: -webkit-gradient(linear, 6% 100%, 79% 0%, from(#E2ECEE), to(#94AEBB));
    background: -moz-linear-gradient(0% 0% 360deg,#E2ECEE, #94AEBB);
    font: 12px Tahoma;
    color: #000;
    cursor: default
    }
    
A, A:visited, A:hover {
    color: #000;
    text-decoration: none
    }

H1 { margin: 0 }
    
DIV {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 230px;
    height: 85px;
    margin-left: -115px;
    margin-top: -42px
    }

DIV A {
    display: block;
    padding: 20px;
    background: #e1ebed;
    text-align: center;
    box-shadow: 0 0 10px #333333;
      -webkit-box-shadow: 0 0 10px #333333;
      -moz-box-shadow: 0 0 10px #333333;
    outline: none
    }