@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.aeriagames.com") {
    body {
        background-color:#000000 !important;
    }

    #auxCol iframe {
        height : 800px !important;
        width  : 317px !important;
    }
/* Removing the advertisment */
    #auxCol #auxColRectangleAd {
        display :none !important;
    }

}

@-moz-document domain("shout.aeriagames.com") {
    #shoutboxRender #sbMessages {
        height: 500px !important;
        overflow-x: auto !important;
        overflow-y: auto !important;
    }
}