body {
	background: url('/img/fon.jpg') no-repeat center top;
	background-color: #7a7979;
	}
input {
	margin: 0px;
	padding: 0px;
	height: 18px;
	}
table.index {
	margin-top: 160px;
	width: 354px;
	height: 154px;
	background: url('/img/old.png') no-repeat center top;
	font-size: 12px;
	}
table.contacts {
	margin-top: 160px;
	padding-left: 50px;
	width: 504px;
	height: 304px;
	background: url('/img/contacts.png') no-repeat center top;
	font-size: 12px;
	}
table.index div {
	float: left;
	margin-top: 120px;
	margin-left: 10px;
	margin-right: 10px;
	width: 154px;
	}
a {
	text-decoration: none;
	color: #000;
	}
	a:link {
		color: #000;
		}
	a:visited {
		color: #000;
		}
	a:hover {
		color: #05c;
		text-decoration: underline;
		}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}