body {
    font-family: Verdada;
    font-size: 11px;
    background-color: #FFF;
    overflow-x: hidden
}

#outer_wrap {
    width:100%;
    margin:10px
}

#wrap {
    width:400px;
    height:400px;
    position:relative;
    z-index:1;
    padding:20px;
    max-width:85%
}

#wrap_background {
    position:absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 420px;
    background-color: #FFF;
    z-index: -1;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 100%
}

h1 {
    margin: 0 0 30px
}

a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #003380;
}

#background_cycler {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#background_cycler div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: white;
    background-size: cover;
    background-position: center center
}

#background_cycler div.active{
    z-index: 3
}

#footer {
    position: fixed;
    text-align: center;
    line-height: 100px;
    left: 0px;
    bottom: 0px;
    height: 100px;
    width: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity = 80)
}

/* IE 6 */
* html #footer {
    position: absolute;
    text-align: center;
    top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#footer img {
    margin: auto 2%;
    border: none;
    vertical-align: middle;
    width: 15%;
    filter:alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
}

#footer img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
