BODY {
	background: #000000 url(img/background.jpg) repeat;
	color: #ffffff;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	text-valign: top;
	width: 900px;
}
.thead {	
	background: #000000 url(img/header.jpg);
	height: 260px; /* Высота элемента */
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-valign: top;
	border: 0;
	bordercolor: 0;
	width: 900px;
}
.tmain {	
	background: #000000 url(img/main.jpg);
	height: 100%; /* Высота элемента */
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	border: 0;
	bordercolor: 0;
	width: 900px;
}
.tmain1 {	
	background: #000000 url(img/main.jpg);
	height: 40px; /* Высота элемента */
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-valign: top;
	border: 0;
	bordercolor: 0;
	width: 900px;
}
.tin {	
	background: #ffffff;
	height: 220px; /* Высота элемента */
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-valign: top;
	border: 0;
	bordercolor: 0;
	width: 800px;
}
.tin1 {	
	background: #ffffff;
	height: 150px; /* Высота элемента */
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-valign: top;
	border: 0;
	bordercolor: 0;
	width: 800px;
}
.tf {	
	background: #000000 url(img/footer1.jpg);
	height: 88px; /* Высота элемента */
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	border: 0;
	bordercolor: 0;
	width: 900px;
}
.underline {
	border-bottom: 1px dashed #AA7D3A; /* Добавляем пунктирную линию под текстом */
}
hr {
	color: #d4d4d4;
	width: 90%;
	align: center;
}
a:link {
	color: #FABC55;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #FABC55;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
.submenu:link {
	color: #AA7D3A;
	outline: none;
	text-decoration: none;
}
.submenu:active {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
.submenu:visited {
	color: #AA7D3A;
	outline: none;
	text-decoration: none;
}
.submenu:hover {
	color: #000000;
	outline: none;
	text-decoration: underline;
}

