html, body {
    background-color: #000;
    font: 17px/1.3 Arial, sans-serif;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
}
a {
    margin: auto;
    left: 50%;
    right: 50%;
}
a:link {
    text-decoration: none;
    color: #3333ff;
}
a:hover {
    color: #33ccff;
    text-decoration: underline;
}
a:active {
    color: #b7b3ff;
    text-decoration: underline blink;
}
img {
    width: 100%;
    height: auto;
}
#containingBlock {
    margin: 0 20%;
    width: 60%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 58%;
    padding-top: 0;
    height: 0;
}
.videoWrapper object, .videoWrapper embed {
    position: absolute;
    width: 100%;
    height: 96.86%;
}
.enterlink {
    text-align: center;
    padding-top: 20px;
}