* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background: #1E1E1E url(../gfx/bg.png);
    height: 100%;
}

h1 {
    display: none;
}

.wrapper {
    width: 100%;
    height: 100%;
    min-height: 660px;
    background: transparent url(../gfx/pic.png) center center no-repeat;
}
