.sub {
	position:absolute;
	width:743px;
	left:0px;
	top:381px;
	text-align:right;
	font-size:22px;
	letter-spacing:0.02em;
	color:#BEC0C2;
	font-family: 'InterstateBold';
	-webkit-animation:anim 45s infinite;
	-moz-animation:anim 45s infinite;
	animation:anim 45s infinite;
}

.guion {
	left:73px;
	bottom:0px;
}

#scroller {
	position:absolute;
	left:0px;
	top:154px;
	width:740px;
	height:229px;
	background:#FFF;
	overflow:hidden;
}

#scroller img {
	position:absolute;
	top:0px;
}

#scroller img:nth-child(1) {
	left:-1350px;
	-webkit-animation:left1 80s linear infinite;
	-moz-animation:left1 80s linear infinite;
	animation:left1 80s linear infinite;
}

@-webkit-keyframes left1 {
    0%	 {left:-1350px;}
    100% {left:0px;}
}

@-moz-keyframes left1 {
    0%	 {left:-1350px;}
    100% {left:0px;}
}

@keyframes left1 {
    0%	 {left:-1350px;}
    100% {left:0px;}
}

#logo {
	position:absolute;
	left:802px;
	top:175px;
}

.menu {
	right:62px;
	top:499px;
}

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