.dot{
#    display: block;
    width: 100%;
    height: 100%;
    background: url(/templates/vizioshop2011/images/dot.png) ;
    background-image: url(/templates/vizioshop2011/images/dot.png);
    background-repeat: repeat;
    
}
/*
body{
    background-color: #f3efea;
    -webkit-tap-highlight-color: #07afab;
}
*/
.logobg{
    display: block;
    /*background: transparent url('/templates/vizioshop2011/images/viziologobg.png') no-repeat top center;*/
    background: transparent url('/templates/vizioshop2011/images/viziologo-17k.png') no-repeat top center;
    
    zoom: 1;
#    visibility:hidden;
#    opacity:120;
    #min-width: 1024px;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover; /*for webKit*/
    -moz-background-size: cover; /*Mozilla*/
    -o-background-size: cover; /*opera*/
     background-size: cover; /*generic*/
     opacity:0.1;
     filter:alpha(opacity=10);
}