{ margin: 0; padding: 0; }
#background {
    position: fixed;
    top: -200;
    left: -300;
    width: 100%;
    height: 100%;
    background-image: url('/img/bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 120%;
    background-position:center;
    opacity: 0.2;
    filter:alpha(opacity=80);
}

body {
    margin:0;
    padding:0;
    text-align:center;
}

#Content {
    clear:both;
    width:500px;
    margin:0px auto;
    text-align:center;
    height:240px;
    position:absolute;
    top: 50%;
    left: 50%;
}

#inner {
    position: relative;
    top: -50%;
    left: -50%;
}

#text-center{
    text-align:center;
    font-family:Tahoma, Geneva, sans-serif
}

.img-inverse{
  -webkit-filter: invert(100%);
}