
/* BEGIN - ttFooter */

#ttFooter		{
				position: absolute;
                top: 1015px;
				width: 950px;
				height: 110px;
				margin: 10px auto;
				padding: 20px 0;
				text-align: center;
				color: #ffffff;
				/*background-color:#000000;*/
				font-family:"Gill Sans", Arial, sans-serif;
				font-size: 12px;
				line-height:1.7em;
				word-wrap: break-word;
				z-index: 10;

			}
           
#ttFooter a		{
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
			}
		
#ttFooter a:visited {
				color: #CCCCCC;
				font-weight: bold;
			}
		
#ttFooter a:hover {
				color: #444444;
				font-weight: bold;
			} 
/* END - ttFooter */

