html { 
        min-height: 100%;
        font-family: "Arial", Times, serif; color: white;
        font-size: 2.5em;
        margin: 0;
        padding: 0;
        height: 100%;
        background: #000 url(css/bkg/01.jpg) repeat-y right;
    }

body { height: 100%; margin: 0; padding: 0;}

img {
    width: 50%;
    height: 50%
}
/******* Main containers *****/
   #container {
        width: 100%;
        height: 100%;
        padding: 0;
/*        float: right;*/
        margin-top: -30px;
        z-index: 20;
        text-align: center;
    }
    #content {
/*        background: #f1f2ea;*/
/*        margin-left: 0px;*/
/*        text-align: right;*/
    }
    #sidebar {
        height: 100%;
        width: 60%;
        margin: auto;
        padding: 40px;
        background-color: black;
        opacity: 0.7;
/*        float: left;*/
    }
    #side-title{height: 200px;}
    #sidebar p{ 
        font-size: 2.4em; 
/*        border: 5px solid red;*/
        margin: 30px 0 -10px 0; font-size: 2.2em;
    }
    #sidebar h1{
        margin: 0;
        font-family: "Times New Roman", Times, serif; color: white;
/*        border: 1px solid red;*/
        font-style: italic;
    }
    
    #side-menu{
        padding: 10px;
        line-height: 2.5em;
/*        border: 1px solid red;*/
        margin-top: 7em;
    }
    #sidebar ul li{
        list-style-type: none;
        text-align: center;
    }
    #sidebar ul li:hover{
        list-style-type: none;
        border-bottom: 3px solid white;
    }
    #sidebar ul li a {
        font-size: 1.0em;
        letter-spacing: 3px;
        text-decoration: none;
        color: white;
    }
    #sidebar ul li a:hover {
        color: white;
/*        font-weight: bold;*/
    }
    #side-info{
        font-size: 1em;
        margin-top: 3em;
        text-align: center;
    }

    #data{
        width: auto;
        position: absolute;
        top: 30px;
        height: auto;
        padding: 30px;
        background-color: black;
        opacity: 1;
        border-radius: 25px;
        border: 5px solid white;
        z-index: 21;
        font-size: 1.5em;
    }
   