html, body {
    background: url("../images/back.png") repeat;
    height: 100%;
    margin: 0;
}

.logo {
    background: url("../images/intro-logo.png") no-repeat center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}