@CHARSET "ISO-8859-15";
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

div#pageWrapper {
	background: url('images/bg.jpg') no-repeat center;
	width: 100%;
	height: 100%;
	background-size: cover;
}

div#centerContainer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

div#centerLogoContainer {
	position: relative;
	margin: 0px auto;
	margin-top: -160px;
	width: 584px;
}

div#wigaLogo {
	position: absolute;
	bottom: 20px;
	right: 60px;
	
}

#sloganContainer {
	position: absolute;
	right: 60px;
	top: 60px;
}

#sloganContainer p {
	color: #1a171b;
	font-size: 15px;
	font-family: "Open Sans";
	text-align: right;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#footLine {
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 92px;
}

#footLeft {
	position: absolute;
	bottom: 30px;
	left: 65px;
}

#footLeft p {
	font-family: "Open Sans";
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	font-size: 12px;
}

#footLeft p a {
	font-family: "Open Sans";
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

#footLeft p a:hover {
	text-decoration: underline;
}

#footRight {
	position: absolute;
	bottom: 30px;
	right: 175px;
}

#footRight p {
	font-family: "Open Sans";
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}