fluffy – Rev 1

Subversion Repositories:
Rev:
* {
    font-family: 'Oswald, Arial, sans-serif';
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    background-color: #000;
}

.add {
    background: url('/img/plus.png');
    cursor: pointer;
    width:64px;
    height:64px;
    position:fixed;
    padding:7px;
    top:0;
    right:0;
    max-width:128px;
    z-index:999;
}

.add:hover {
    background: url('/img/plus_click.png');
    cursor: pointer;
}

.service-icon {
    background-image: url("/img/blueprint.png");
    /*background-repeat: repeat;*/
    width:72px;
    height:72px;
}