html, body {
	height: 100%;
	background-color: #DBDBEA;
}
html {
	height: 100%;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background: url('../imagens/bgk.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fullscreenDiv .center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 48%;
	right: 48%;
	text-align:center;
}
.fullscreenDiv .center h1 {
	font-size: 38px;
	text-transform: uppercase;
	color: #FFF;
	text-align:center;
}