/* 
    Created on : 2015-04-16, 16:05:34
    Author     : Piotrek Bronisz
*/

body {
    background-color: #fff;
}

div#littlebit {
    height: 256px;
    width: 224px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -128px;
    margin-left: -112px;
    background-color: #fff;
}