@charset "UTF-8";

/* CSS Document */
html {
    background: transparent;
}

body.info_bg {
    background-image: url("../img/newyear2026.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;

}

#news h1 {
    text-indent: -9999px;
}