/*
Theme Name: Mana Placeholder
Version: 1.0
*/
* {
    margin: 0px; padding:0px;
}
html, body {
    height: 100%; width: 100%;

}
html.site {
    margin:0px !important;
}
html {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
body {
    background: linear-gradient(to top right, #ccc, #eee);
}

.old {

    background-image: url(img/bg.jpg);
    background: url('img/pattern.png');
}