		body * {
				font-family: 	Verdana,Arial,Helvetica,sans-serif;
				margin: 0;
				padding:0;
		}
		
		body {
				text-align: center;
				background: #29272B;
		}
		
		h1 {
				width: 846px;
				margin: 0 auto;
				background: #CCCCB3;
				font-size: 13px;
				font-weight: normal;
				height: 23px;
				padding: 4px;
		} 
		
		#client {
				width: 854px;
				margin: auto;
				text-align:left;
				border: 4px solid #525252;
				background: #fff;
				position:relative;
				
		} 
		
		#client_img {
				padding: 0 23px;
				margin-top: 20px;
		}
		
		#client p {
				font-size: 12px;
				color: #58564E;
				font-family: Century Gothic,Arial,Helvetica,sans-serif;
				width: 800px;
				margin: 13px auto 60px;
		}
		
		#client_img img {
				border: 4px solid #CCCCB3;
		}
		
		#backlink a {
				display: block;
				width: 96%;
				background: #999967 url(/img/logo_sm.gif) center right no-repeat;
				position:absolute;
				bottom:0;
				padding: 0.1% 2%;
				left:0;
				height: 40px;
				line-height: 40px;
				vertical-align:middle;
				color: #fff;
				font-size: 11px;
				text-decoration: none;
		}
		
		#backlink a:hover {
				text-decoration: underline;
		}
