body {
	background-image:url(../images/gl-background.png);
    word-wrap: break-word;
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #000;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}