/*

selector{property:value;}

*/

.zeroPos{
    position: absolute;
    top: 0px;
    left: 0px;
}

div{
/*    border: solid thin black;*/
}

body {
/*    font smoothing to address bold flickering font issues in different browers*/
    -webkit-font-smoothing: antialiased;  
    -moz-osx-font-smoothing: grayscale;  
}

/*ad border, dimensions, and mouse over pointer*/
#ad { 
    position: absolute;
    top: 0px;
    left: 0px;    
    display: block;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;    
    width: 300px;
    height: 600px;
    overflow: hidden;
    border: 1px solid black;
    background: #ededed;
    margin: 0px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: pointer;
}

/*hide DOM assets/images before scripting is ready to handle them*/
#adWrapper {
visibility:hidden;    
}
.pos {
    position: absolute;
}

.rez {
    width:300px;
    height:600px;
}

.bckgrnd {
    background-image:url(../images/bckGrnd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width:600px;
    height:1206px;  
}

.temp {
    background-image: url(../_frames/f1.jpg);
    opacity:0.5;
    background-repeat: no-repeat;
}

.whiteOvrLy {
    background-color: #ededed;
}

#ctaSheen {
    margin-left: 90px ;
    margin-top: 362px;
    width: 118px;
    height: 24px;
    overflow:hidden;
/*    border: solid thin red;*/
    position: absolute;
}
