			html,body{
				padding:0; margin:0; height:100%; width:100%;
			}
			html{
				background-color:#442d49;
				background-image: url(../img/bg-pat.png);
				background-repeat: repeat-x;
				background-position: top;
			}
			body{
				height:100%; width:960px;
				margin:0 auto;
				font-family:Tahoma;
			}
			#bd{
				width:960px;
				position:absolute;
				bottom:100px;
				padding-top:100px;
				padding-bottom:100px;
				padding-left:50px;
				background:url(../img/bd-pat.png) no-repeat bottom;
			}
			.uc{
				text-indent:-9999px;
				overflow:hidden;
				background:url(../img/text-uc.png) no-repeat 50px 0;
				height:23px;
				width:522px;
				float:left;
				padding-bottom:10px;
				margin-right:20px;
/*				margin-left:50px;*/
				border-bottom:2px solid white;
			}
			.text-logo{
				text-indent:-9999px;
				overflow:hidden;
				background:url(../img/logo-zaytoona.png) no-repeat;
				height:109px;
				width:300px;
				position:absolute;
				right:100px;
			}
			.text-copyright{
				position:absolute;
				bottom:40px;
				color:rgb(153,153,153);
				font-size:10px;
				text-align:center;
				width:960px;
				margin:0 auto;
			}
			.text-copyright a{
				color:inherit;
				text-decoration:none;
			}
			.text-copyright a:hover{
				text-decoration:underline;
			}
			.contactinfo{
				float:left;
				margin-top:10px;
				margin-left:10px;
				color:rgb(153,153,153);
				font-size:10px;
				text-align:center;
			}
