  body {
    font-family: pf_thin,sans-serif;
    color: black;
    font-size: 19px;
		margin: 0;
		overflow:hidden;
  }
  #rstr, #rstr1 {
    transition: left 1s linear;
    position: absolute; 
    width: 1500px;
  }
	
	 #rstr2, #rstr3 {
    transition: left 1s linear;
    position: absolute; 
    width: 2175px;
		font: bold 21px pf_thin,sans-serif;
		color: #a00;
		line-height: 25px;
		vertical-align: middle;
		text-align: left;
  }
	.container {
	  width:96%; 
		height:19px; 
		overflow: hidden; 
		position: relative; 
		margin: 0 auto;
	}
	
	.container1 {
	  width:1500px; 
		overflow: hidden; 
		height: 25px;
		position: relative; 
		margin: 0 auto;
	}
	
	@font-face {
    font-family: 'pf_thin';
    src: url('fonts/pfdintextcondpro-thin-webfont.eot');
    src: url('fonts/pfdintextcondpro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdintextcondpro-thin-webfont.woff2') format('woff2'),
         url('fonts/pfdintextcondpro-thin-webfont.woff') format('woff'),
         url('fonts/pfdintextcondpro-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
