body {
    background-color: #262626;      /* PAGE BACKGROUND, #FFFFFF; */
    margin: 0;
	padding: 0;
    overflow: hidden
}

#container {
    width: 100%;
    height: 100%;
    max-width: 676px;
    max-height:112px;
    position: absolute;
}

#banner {
    position:absolute;
    max-width:676px;
    max-height:112px;
    width:100%;
    height:100%;
    border:#CCCCCC 1px solid;       /* STAGE BACKGROUND, 1PX BORDER */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#banner:hover{
    cursor:pointer
}

.content{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;      /* BANNER BACKGROUND, #FFFFFF; */
	overflow: hidden;
}

/* DEFAULT ELEMENTS */

        .bg{
/*            visibility: hidden;*/
            position: absolute;
            max-width: 676px;
            max-height: 112px;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 3;
        }
        .pic{
            visibility: hidden;
            position: absolute;
            width: 458px;
            height: 458px;
            top: -260px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 1;
        }
        .logo{
            visibility: hidden;
            position: absolute;
            max-width: 676px;
            max-height: 112px;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 10;
        }
        .wi{
            visibility: hidden;
            position: absolute;
            max-width: 676px;
            max-height: 112px;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 5;
        }
        .txt1{
            visibility: hidden;
            position: absolute;
            max-width: 676px;
            max-height: 112px;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 5;
        }
        .txt2{
            visibility: hidden;
            position: absolute;
            max-width: 676px;
            max-height: 112px;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 5;
        }
        .txt3{
            visibility: hidden;
            position: absolute;
            max-width: 676px;
            max-height: 112px;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 5;
        }
        .cta{
            visibility: hidden;
            position: absolute;
            max-width: 676px;
            max-height: 112px;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            overflow: hidden;
            border:none;
            z-index: 5;
        }

