body {
    font-family: Helvetica;
    font-size: 22px;
    color: white;
    background-color: black;
    margin: 0px;
    padding:0px;
    overflow: hidden;
}
a {
    outline: 0;
}

content a {
    color:white;
}

video {
    width:100%;
}
#video {
    position:absolute;
    top:0px;
    width:100%;
    z-index:0;
    min-width: 1200px;
    }

.tags {
    background-color: transparent;
    position: absolute;
    left:0;
    z-index: 1;
    width: 100%;
    visibility: hidden;
}

.tags a {
    color: #d6dad7;
    text-decoration: none;
    padding: 0px;
    margin-right: 10px;
    text-shadow: 2px 2px #444;
}

.tags a:hover {
    color: white;
}

.tag {
    margin-left: 5px;
    word-spacing: 2px;
    font-variant: small-caps;
}

#second_tag,.tags #third_tag  {
    font-size: 40px;
    opacity:.5;
}

#second_tag a:hover, #third_tag a:hover  {
    opacity:1;
}

#requested_tag {
    font-size: 60px;
    opacity:.9;

}

#upload {
    margin-top: 50px;
    background-color: transparent;
    width:99%;
    text-align: right;
    position:absolute;
    z-index: 1;
    height:10px;
}

#upload-button{
    position: absolute;
    opacity:.0;
    z-index: 2;
    color:#e9e9e9;
    text-decoration: none;
    font-size: 50px;
    display: inline;
    padding: 18px 25px 23px 25px;
    line-height: 0.8;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    -moz-box-shadow:inset 0 0 10px white;
    -webkit-box-shadow:inset 0 0 10px white;
    box-shadow:inset 0 0 10px white;
    top: -28px;
    right: 0px;
}

a#upload-button:hover{
    text-decoration: none;
}

#upload-signal{
    opacity:.0;
    z-index: 1;
    background-color: transparent;
    padding: 30px 40px;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    -moz-box-shadow:inset 0 0 10px white;
    -webkit-box-shadow:inset 0 0 10px white;
    box-shadow:inset 0 0 10px white;
}

#search-box {
    width: 99%;
    z-index: 1;
    display:block;
}

#search {
    position: absolute;
    width: 99%;
    visibility: hidden;
    z-index: 1;
    display: block;
    height:100%;
}

#search-input {
    position: absolute;
    width: 99%;
    opacity: .9;
    font-size: 50px;
    height: 60px;
    background-color: transparent;
    color: #e9e9e9;
    border: none;
    text-align: center;
    outline: none;
    text-shadow: 2px 2px #444;
}

ul.ui-autocomplete {
    width: 96%;
    list-style: none;
    text-align: center;
    color: #d6dad7;
}

ul.ui-autocomplete li {
    width: 96%;
}

a.ui-corner-all:hover {
    background-color: yellow;
}