body {
    padding: 0;
    margin: 0;
}
.main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.blackdiv {
    width: 100%;
    height: 100%;
    background-color: black;
}

div.links {
    position: absolute;
    bottom: 0px;
    width: 94%;
    height: 40px;
    margin-left: 3%;
    padding-top: 10px;
    border: 0px solid black;
    background-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: none;
}

.links ul {
    list-style: none;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    border: 0px solid black;
}

.links li {
    float: left;
    margin-left: 100px;
}

.links li a {
    font-family: comic sans, comic sans ms, cursive, verdana, arial, sans-serif;
    font-size: 16px;
    font-style: oblique;
    text-shadow:1px 4px 11px rgba(158,158,158,1);
    font-weight:normal;
    color: black;
    padding-left: 0px;
/*    padding-top: 10px;*/
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.links li a:visited {
    color: black;
}

.links li a:hover {
    font-size: 16px;
    text-decoration: underline;
    color: blue;
}

.maintext {
    margin-left: 20%;
    margin-top: 80px;
    font-family: comic sans, comic sans ms, cursive, verdana, arial, sans-serif;
    font-size: 20px;
    font-style: oblique;
    text-shadow:1px 4px 11px rgba(158,158,158,1);
    font-weight:normal;
    color: white;
}

.vpn-icon {
    width: 18px;
    height: 19px;
    padding-left: 2px;
}

.user-icon {
    width: 18px;
    height: 19px;
    padding-left: 2px;
}

.info {
    position:absolute;
    width: 250px;
    height: 60px;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.9);
    color: rgba(255,255,255,0.9);
    font-family: comic sans, comic sans ms, cursive, verdana, arial, sans-serif;
    font-size: 16px;
    font-style: oblique;
    text-shadow:1px 4px 11px rgba(158,158,158,1);
    font-weight:normal;
    color: black;
    border: 2px solid black;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    display: none;
}