﻿ /* ELEMENTS CUSTOMIZATIONS */

        html, body {
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: #000000;
        }

        div.sbackground {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
        }

        #content {
            position: relative;
            z-index: 9999;
            padding: 0px;
            height: 100%;
            width: 100%;
            vertical-align: top;
            overflow: hidden;
        }

        #loading {
            background: url("images/ui/mozzaic_loader.gif") no-repeat center;
            height: 64px;
            width: 64px;
            position: fixed;
            left: 50%;
            top: 50%;
            z-index: 99999;
            margin: -25px 0 0 -25px;
        }


        div.m-nav-container {
            position: relative;
            width: 100px;
            height: 100px;
            padding: 15px;
            text-align: center;
        }

        div.ui-nav-container {
            position: relative;
            width: 100px;
            height: 100px;
            padding: 15px;
            text-align: center;
            background-image: url(images/snull.png);
            background-repeat: repeat;
            background-position: top left;
        }

        div.logo {
            position: absolute;
            width: 100%;
            height: 100%;
            padding: 5px;
            top: 25px;
            left: 25px;
            border: 0px solid #f00;
            z-index: 99999;
        }

        div.social {
            position: absolute;
            width: 180px;
            height: 40px;
            padding: 5px;
            bottom: 5px;
            right: 5px;
            border: 0px solid #f00;
            z-index: 99999;
        }


