body{
    background-color: #000000;
    width: 100%;
}
#container{
    background-color: rgb(127,127,127);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: auto;
    width: 90%;
}
#banerL{
    width: 30%;
    float: left;
    background-color: rgb(127,127,127);
    height: 240px;
    text-align: center;
}
img{
    width: 200px;
}
#banerR{
    width: 70%;
    color: black;
    text-shadow: 5px 5px 5px white;
    font-size: 500%;
    float: left;
    text-align: center;
    background-color: rgb(127,127,127);
    height: 240px;
}
#srodek{
    background-color: rgb(127,127,127);
    padding: 10px;

}
.box{
    width: 150px;
    height: 150px;
    float:left;
    margin: 10px;
    padding: 5px;
}
#stopka{
    font-size: 200%;
    clear: both;
}