html, body {
	font-size: 12px;
	text-align: center;
	background: #5c6866;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#shapka{   /* бекграунд */
  position: absolute;
	top: 0px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;

}

#menu{   /* frame */
  position: absolute;
	left:50%;
	top: 451 px;
	margin-left: -500px;
	width: 1000px;
}


#main_body{   /* бекграунд */
  background: #cae0d9;
  position: relative;
	left:0 px;
	top: 0 px;
	margin-left: 0px;
	width: 1000px;
}
#copy { /*текст копирайта*/
  position: relative;
	left: 500 px;
	bottom: 40 px;
}

#niz { /*текст копирайта*/
  position: relative;
	right: 0px;
	top: 0px;
}


.text	 {font-family: Arial, Verdana, Serif; font-size: 12pt; color: #24453b; line-height:22px; text-align: left; text-decoration: none;}
.text_	 {font-family: Arial, Verdana, Serif; font-size: 10pt; color: #24453b; line-height:30px; text-align: left; text-decoration: none;}

A {
 text-decoration: none; color: #ffffff; /* Убирает подчеркивание для ссылок */
}
A:hover {
 text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
 color: #ffffff; /* Ссылка красного цвета */
} 
	