#bodyDummy{ 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.bgImg{
    position: relative;
    border: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.bgVideo{ 
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 2;
    width: auto;
    height: auto; 
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6{
    color: #00ffff;
}

p{
    font-size: 14pt;
}

h1{
    font-size: 24pt;
}

.main-menu{
    text-align: center;
    background: rgba(255,255,255,.1);
}

.font{
    font-family: 'Rajdhani', sans-serif;
}

a:link, a:visited {
    color: cyan; /* #00ffff */
    text-decoration: none;
    cursor: pointer;
}

a:link:active, a:visited:active {
    color: cyan; /* #00ffff */
}

.frame{ 
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 2;
    width: auto;
    height: auto; 
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}

.bg-wd{
    background-image: url(http://s1.bwallpapers.com/wallpapers/2014/05/09/blue-color-desktop-background_034116570.jpg); /* http://s1.bwallpapers.com/wallpapers/2014/05/09/blue-color-desktop-background_034116570.jpg */
    background-size: cover;
    height: 100%;
    /* width: 100%; */
}

.bg-ad{
    background-image: url(http://www.allfons.ru/pic/201201/1366x768/allfons.ru-4252.jpg); /* http://wallpaperspoints.com/wp-content/uploads/2013/05/black-wood-patterns-textures-wallpaper.jpg */
    background-size: cover;
    height: 100%;
    /* width: 100%; */
}

.bg-com{
    background-image: url(http://popularphotographybiz.com/wp-content/uploads/2014/01/photography-camera-backgroundscanon-camera-photography-wallpaper-hd-wallpapers---high-i5gzptpm.jpg);
    background-size: cover;
    height: 100%;
    /* width: 100%; */
}

.bg-mv{
    background-image: url(http://rjtoursonline.com/wp-content/uploads/2013/05/Panama-City-Beach.jpg);
    background-size: cover;
    height: 100%;
    /* width: 100%; */
}

.bg-pr{
    background-image: url(http://rjtoursonline.com/wp-content/uploads/2013/05/Panama-City-Beach.jpg);
    background-size: cover;
    height: 100%;
    /* width: 100%; */
}

.fit-soft{
    width: 100%;
    height: 100%;
}

.fit-hard{
    min-width: 100%
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.fit-force{
    min-width: 100%
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.margin-left{
    margin-left: 10px;
}

.margin-right{
    margin-right: 20px;
}

.align-h-left{
    text-align: left;
}

.align-h-right{
    text-align: right;
}

.align-v-top{
    vertical-align: top;
    vertical-align: text-top;
}

.align-v-bottom{
    vertical-align: bottom;
    vertical-align: text-bottom;
}

.align-v-center{
    vertical-align: center;
}

.align-h-center{
    text-align: center;
}

.align-x-center{
    vertical-align: center;
    text-align: center;
}

.bg-black{
    background: black;
}

.bg-blue{
    background: blue;
}

.bg-red{
    background: red;
}

.bg-green{
    background: green;
}

.bg-purple{
    background: purple;
}

.z1{
    z-index: 1;
}

.z2{
    z-index: 2;
}

.z3{
    z-index: 3;
}

.screen-blue{
    background: rgba(0,0,255,.2);
}