/*background*/

    body {
    background-image: url("Images/Background/bck2.png");
    background-color: #00000;
    background-size: 15%;
    background-repeat: repeat;
    background-attachment: fixed;
    }
    
/*layout*/
    .index {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 80px;
    bottom: 30px;
    width: 955px;
    }
    .mainbar {
    float: right;
    background-color: #000005;
    position: relative;
    width: 640px;
    height: 480px;
    padding: 10px;
    outline: 2px solid #353B4B;
    box-shadow: black 0px 5px 10px;    
    font-family: Times New Roman, 
    }
    .sidebar {
    float: left;
    background-color: #000005;
    position: relative;
    width: 200px;
    height: auto;
    padding: 10px;
    outline: 2px solid #353B4B;
    box-shadow: black 0px 5px 10px;    

    }