
/* BEGIN - ttFooter */

#ttFooter		{
				position: absolute;
                top: 1115px;
				width: 950px;
				height: 110px;
				margin: 10px auto;
				padding: 20px 0;
				text-align: center;
				color: #ffffff;
				background-color:#000000;
				font: normal 12px/12px Gill Sans, verdana, sans-serif;
				word-wrap: break-word;
				z-index: 10;

			}
          		
#ttFooter a:link, #ttFooter a:visited {
				font: normal 12px/12px Gill Sans, verdana, sans-serif;
				color: #ffffff;
			}
		
#ttFooter a:hover, #ttFooter a:active {
				color: #009999;
			}            
            
/* END - ttFooter */

