body, html {
	height: 100%;
	margin: 0;
	background-color: #f7f7f7;
	overflow:hidden;
}

a {
	text-decoration: none;
	color:inherit;
}

.center {
	position: absolute;
	top:50%;
	left: 50%;

	margin: -150px 0 0 -400px;

	width:800px;
    height:300px;
}

.logo {
	background-image: url(img/logo.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.content {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;

	position: absolute;
	bottom: 10%;
	left: 0;


	font-family: 'Lobster', cursive;
	font-size: 42px;
}


.dark {
	color:#fff;
}

.dark .logo {
	background-image: url(img/logo_w.png);
}




.bkg {
	position: absolute;
	top: 0;
	height: 100%;
}

.slide {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #f3f1e3;

	background-attachment: fixed;
	background-size: cover;
	height: 1044px;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
