#logo {
	position:absolute;
	left:821px;
	top:33px;
}

.menu {
	left:81px;
	top:112px;
}

.menu a {
	margin:0px 7px;
}

.hidder {
	width:110px;
}

.hidder div {
	left:2px;
	-webkit-animation:left2 5s linear infinite 0.8s;
	-moz-animation:left2 5s linear infinite 0.8s;
	animation:left2 5s linear infinite 0.8s;
}

@-webkit-keyframes left2 {
    0%	 {left:2px;}
    100% {left:-120px;}
}

@-moz-keyframes left2 {
    0%	 {left:2px;}
    100% {left:-120px;}
}

@keyframes left2 {
    0%	 {left:2px;}
    100% {left:-120px;}
}

#indicador {
	bottom:82px;
	right:-87px;
}
