html {
	height: 100%;
}

body {
	background: url(../img/bg.jpg) center no-repeat;
	height: 100%;
	padding: 0;
	margin: 0;
}
a {
	font-size: 12px;
	cursor: pointer;
}
img {
	border: 0;
}

#conteiner {
	width:100%; 
	height:100%;
}

#links {
	position: absolute;
	left:50%;
	top:50%;
	width: 878px;
	height: 138px;
	margin-left: -439px;
	margin-top: -69px;
}

.link {
 float: left;
}