/* IMPORTS */
@import url(Header.css);
@import url(Advertising1.css);
@import url(Map.css);
@import url(Advertising2.css);
@import url(Advertising3.css);
@import url(Page.css);
@import url(Others.css);
@import url(Keywords.css);
@import url(Footer.css);

/* TAGS */
a {
    color: #0098B3;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

body {
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
}

html {
    background-attachment: fixed;
    background-color: #000000;
    background-position: top center;
    background-repeat: no-repeat;
}

/* CLASSES */
#TemplateStandard {
    margin: auto;
    width: 975px;
}

#TemplateStandard #TemplateStandardBody {
    background-image: url(../../bin/Templates/Standard/Body.png);
    -background-image: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bin/Templates/Standard/Body.png', sizingMethod='scale');
    width: 975px;
}

#TemplateStandard #TemplateStandardFooter {
    background-image: url(../../bin/Templates/Standard/Footer.png);
    -background-image: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bin/Templates/Standard/Footer.png', sizingMethod='scale');
    height: 19px;
}

#TemplateStandard #TemplateStandardHeader {
    background-image: url(../../bin/Templates/Standard/Header.png);
    -background-image: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bin/Templates/Standard/Header.png', sizingMethod='scale');
    height: 19px;
}