@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    background: url('/images/digicash-bg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

p {
    margin-bottom: 8px;
}

.top-ribbon {
    position: absolute;
    bottom: 350px;
    height: 30px;
    width: 100%;
    background-color: #fff;
    opacity: .2;
    filter: alpha(opacity=40);
}

.ribbon {
    position: absolute;
    bottom: 150px;
    height: 200px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}

.ribbon table {
    width: 100%;
}

.bottom-ribbon {
    position: absolute;
    bottom: 120px;
    height: 30px;
    width: 100%;
    background-color: #fff;
    opacity: .2;
    filter: alpha(opacity=40);
}

.description {
    font-family: helvetica,arial;
    font-size: 13px;
    color: #aaa;
    line-height: 16px;
    vertical-align: text-middle;
    width: 400px;
    height: 200px;
}

.description a {
    text-decoration: none;
    color: #aaa;
}

.description a:hover {
    text-decoration: underline;
    color: #aaa;
}

.spacer {
    width: 50px;
    white-space: nowrap;
}

.clear {
    clear: both;
}
