* {
    margin: 0;
    padding: 0;
    border: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
html {
    background: url('img/startbg.jpg') center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
}
#startcontainer {
    background-color: #000;
    background: rgba(0, 0, 0, 0.6);
    bottom: 50px;
    height: 160px;
    padding: 30px;
    position: fixed;
    right: 50px;
    text-align: center;
    width: 400px;
    display: block;
    -moz-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#startcontainer * {
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}
#startcontainer h3 {
    color: #FFFFFF;
    font-family: exo;
    font-weight: 300;
    margin-top: 32px;
}
#startcontainer a {
    color: #fff;
    display: block;
    font-family: "exo";
    font-size: 50px;
    text-decoration: none;
    text-transform: uppercase;
}
#startcontainer:hover a:hover {
    color: #222;
}
#startcontainer:hover {
    background-color: #fff;
    background: rgba(255,255,255,.99);
}
#startcontainer:hover a {
    color: #3E4C5F;
}
#startcontainer:hover h3 {
    color: #222;
}