﻿body {
    background-color: #ECD196;
    background-image: url("../images/background.jpg");
}

p {
    font-size: large;
}

.video-gallery.lg-outer .lg-inner {
    background-image: url(../images/background.jpg);
}

.rosagallery.lg-outer .lg-inner {
    background-image: url(../images/background.jpg);
}

.gallery.lg-outer .lg-inner {
    background-image: url(../images/background.jpg);
}

.lightgallery.lg-outer .lg-inner {
    background-image: url(../images/background.jpg);
}

.merch.lg-outer .lg-inner {
    background-image: url(../images/background.jpg);
}

.english {
    display: inline;
}

.russian {
    display: none;
}

.ukrainian {
    display: none;
}

#topFrame {    
    position: fixed;
    top: 0;
    height: 165px;
    width: 100%;
    border: none;
}

#mainFrame {
    position: fixed;
    top: 166px;
    border: 0;
    height: 100%;
    width: 100%;
}

table.center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
