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

#bg {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#content {
    position: relative;
    text-align: center;
    padding-top: 150px;
    height: 250px;
    font-family: Arial;
    font-size: 16px;
    z-index: 1;
}

    #content .footer {
        color: #898989;
        font-size: 12px;
    }
