body {
	background: #e6e7dd url(bg-body.jpg) repeat-y 50% 214px;
	color: #000;
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	min-width: 1000px;
	margin:0;
}
a {
	color: #dd4da5;
}
img {
	border: none;
}
#container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#header {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#header img {
	float: left;
}
.txt {
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	color:#616161;
}
.txt ps {
	padding: 18px 0 0;
}
table {
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}
#footer {
	text-align: center;
	color: #707070;
}
.about-web {
	margin: 40px 0 14px;
}
.rights {
	margin: 10px 0 18px;
	color: #3f3f3f;
	font-size: 10px;
	text-transform: uppercase;
}

