---------------------------------
/* Global Resets */
/* --------------------------------- */

html,body{
    margin: 0;
    padding: 0;
}
div{
    position: absolute;
}
img{
    border: none;
}
a{
    outline:none;
}

/* --------------------------------- */
/* Containers */
/* --------------------------------- */

#fallback{
    z-index:9999;
	left:0;
}
#banner{
    width: 160px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

/* --------------------------------- */
/* Element Positioning */
/* --------------------------------- */

#video,#overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
#overlay{
    background: transparent url(../assets/overlay.png) no-repeat 0 0;
    bottom: 0;
}

/* ---------------------- */
/* Keyframes */
/* ---------------------- */
