/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/MT5/mt-static/support/theme_static/pico/style_library/base.css);
@import url(/MT5/mt-static/support/themes/pico-darkgrey/pico-darkgrey.css);
/* end StyleCatcher imports */

#alpha-inner {
    background-color: #000;
    color: #ccc;
}

.asset-content {
    color: #ccc;
}
.asset-header {
    color: #999;
}
.asset-footer {
    color: #999;
}

.asset .asset-content blockquote {
    color: #ccc;
    border-top: 1px dotted #444;
    border-bottom: 1px dotted #444;
}

#header {
    height: 160px;
    background-color: #000;
    background-image: url(/images/main.jpg);
    color: #fff;
    margin: 0 0 0 0;
    font-family: georgia;
    line-height: 1.3;
    padding: 0;
}

#header-inner {
    margin: 0 190px;
}


