p.ex  {
	font-family:arial;
	color:#757575;
	font-size:15px;

}

@-webkit-keyframes slider {
  0% { transform: translateX(0px); }
  15% { transform: translateX(0px); }
  20% { transform: translateX(-981px); }
  35% { transform: translateX(-981px); }
  40% { transform: translateX(-1962px); }
  55% { transform: translateX(-1962px); }
  60% { transform: translateX(-2943px); }
  75% { transform: translateX(-2943px); }
  80% { transform: translateX(-3924px); }
  95% { transform: translateX(-3924px); }
  100% { transform: translateX(0px); }
}


#main {
	position:relative;
	width:976px;
	height:960px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}

#slider  {
	width:976px;
	height:400px;
	position:relative;
	overflow:hidden;
	
}

#slider_inner {
	width:4905px;
	height:400px;
   -webkit-animation-name:slider;
   -webkit-animation-duration:22s;
   -webkit-animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count:infinite;
	
}

#logo {
    width:976px;
	margin-bottom:10px;
}

#display {
	width:976px;
	height: 100px;
	margin-bottom:-10px;
	
}

hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top:20px;
}

#links  {
	width:976px;
	height: 55px;
	
}

#link_container  {
	width: 181px;
	height: 30px;
	float:left;
	margin:7px;
	
}

#lower  {
	height: 140px;
	background-color:#eeeeee;
	margin:15px -9600px;
	padding: 0 9600px;
	padding-top:7px;
	overflow-x: hidden;
	
	
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

#lower_content1  {
	height:100px;
	width:100px;
	font-family:gotham;
	float:left;
	margin-left:7px;
	
}

#lower_content2  {
	height:100px;
	width:200px;
	font-family:gotham;
	float:right;
	margin-left:662px;
	text-align:right;
	
}

#fb_ba {
	top:260px;
	left:35px;
	width:55px;
	height:55px;
	position:relative;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#fb_ba:hover {
	opacity:1.0;
    filter:alpha(opacity=100);
}