* {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    margin: 0;
    padding: 0;
}


html {
    width: 100%;
    height: 100%;
    background: black;
}

body {
    margin: 0;
    padding: 0.1px;
    width: 100%;
    min-height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.content{
    width: 800px;
    margin: 200px auto 0 auto;
}
#logo{
    margin: 0 auto;
}

.text {
    display: block;
    text-decoration: none;
    color: white;
    margin-top: 60px;
    font-size: 30px;
    text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 100px #000;
    -moz-text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 100px #000;
    -webkit-text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 100px #000;
    font-weight: bold;
    text-align: center;
}
