html, body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #17192c;
	font-family: Tahoma, Geneva, sans-serif;
	color:#FFF;
	overflow: hidden;
	
}

#bg {
	text-align: center;
	position: fixed;
	min-height: 998px;
	height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

#wrapper {
	position: absolute;
 	z-index:1;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -150px;
}

img, a{
	border: none;
}

a:link, a:visited{
	text-decoration: none;
	color:#FFF;
}

a:active{
	color: #b5a983;
}

a:hover { 
	color:#909194;
}

#centro{}