.bg{
            background: url('img/imgbg3.jpg') no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-attachment: fixed;	
        }
        .headerr{
            color:#FFFFFF;
            text-align:center;
            font-family:"DellaRobbia BT";
            background:url('img/feu-logo.gif') no-repeat;
        }
        .containermain{
            width:100%;
            height:100%;

        }
        .menu{
            background-color: #000000;
            color:#FFFFFF;
        }
        .workarea{
            width:100%;
            height:100%;
            overflow:auto;
            color:white;
        }
        input{
            cursor:pointer;
        }
        .my-padding{
            padding-top:24px!important;
            padding-bottom:24px!important;
            padding-right:24px!important;
            padding-left:24px!important
        }
        .pop1{
            position:fixed;
            transform: scale(.75);
            height:90%;
            width:90%;
            margin:auto;
            cursor:pointer;
        }
        .pup{

            cursor:pointer;
            background-position:center;
            background-repeat:no-repeat;
            transform:scale(auto);
            position:fixed;
            left:0;
            top:0;
            width:100%;
            height:100%;
            /*
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;	
    
            */
        }
        my-modal{
            z-index:3;
            display:none;
            position:fixed;
            left:0;
            top:0;
            width:100%;
            height:100%;
            background:#999999;
        }
        .maincontainer{

            background-image:url(img/newsplash2016.jpg);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-attachment: fixed;		
        }
        div.transbox {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: #00FF00;
            opacity: 0.05;
            filter: alpha(opacity=5); /* For IE8 and earlier */		
            color:#FFFFFF;
            z-index:-1;
        }