* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: arial, sans-serif;
}

.clear {
	clear: both;
}

#page-wrap {
	width: 1024px;
	background: white;
	margin: 20px auto;
	padding: 20px;
}

.button {
	float: left;
	margin: 10px;
}

#home {
	display: block;
	padding: 30px;

	
}
#home-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}

#about {
	display: none;
	padding: 30px;
}
#about-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#contact {
	display: none;
	padding: 30px;
}

#contact-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}

#contact2 {
	display: none;
	padding: 30px;
}



#contact2-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}


#rodit {
	display: none;
	padding: 30px;
}



#rodit-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}



#kolegi {
	display: none;
	padding: 30px;
}



#kolegi-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}


#resur {
	display: none;
	padding: 30px;
}



#resur-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}


h10	{ font-family: arial, bold; font-size: 27px; text-align: center; color: #000000; 
								  font-weight: normal; }
								  
h11	{ font-family: arial, bold; font-size: 16px; text-align: center; color: #000000; 
								  font-weight: normal; }
								  
								  
#content {
    width: 1024px; /* Ширина слоя */
    margin: 0 auto 50px; /* Выравнивание по центру */
	font-family: arial, sans-serif; 
	font-size: 14px; 
   }
   
   #footer {
    position: fixed; /* Фиксированное положение */
    font-size: 14px; 
	text-align: center;
	bottom: 0; /*  внизу  */
    padding: 10px; /* Поля вокруг текста */
    background: #ffffff; /* Цвет фона */
    color: #000000; /* Цвет текста */
    width: 100%; /* Ширина слоя */
   }