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

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

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

.hidder {
	width:148px;
}

.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:-159px;}
}

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

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

#wrapper {
	color:#6D6F72;
	line-height:282px;
}

#wrapper a:hover {
	color:#D71216;
}