@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: url(../img/logo.png) no-repeat center;
}

h1 {
	text-indent: -9999999px;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 1px;
}

a { color: #fff; }