* {
	margin:0;
	padding:0;
	outline:none;

}

html
{
font-family: Geneva, Arial, Helvetica, sans-serif;

}



body { 
/*	background: url('../_css_img/love.jpg') no-repeat;*/
/*	background-attachment: fixed;*/
	background-color: #fff;
/*	background-position: center; */
/*	background-size: 101%;*/

/*	zoom: 100%;*/
/*	height: 100%; */


	min-width: 570px;
	line-height: 1;
	}
/*
title {font-size: 22px;}
*/


/* стили меню верхнего */

.top_menu {
	width: 100%;
	z-index: 9;
	color: #CCCCCC;
}


.top_menu ul {

	height: 50px; /* Увеличьте высоту здесь */
	width: 100%;

	list-style: none;
	text-align: center;
	padding-top: 10px;

	display: inline-block;
	background-color: #000000; *#ffdf31*/
	/* border-bottom: 1px solid #ababab; */
*zoom: 1;
*display: inline;

 

}

.top_menu li {
	display: inline-block;
*zoom: 1;
*display: inline;
	font-family: 'Arial';
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	margin-right: 3%;
	cursor: pointer;
}



.top_menu li:last-child {
	margin-right: 0px;
}

.top_menu a {
	color: #CCCCCC;
	cursor: pointer;
	text-decoration: none;
}

.top_menu_cur {
	font-size: 20px;
  text-decoration: underline;
  font-weight:bold;
}








.text {
/*	padding: 50px 10% 50px 10%;*/

	//line-height: 20px;
	color:#000000;
	font-family:Arial;
	font-size:14px;
	
	text-align:justify;
	text-indent: 0px;
	

	/* float: center; */
	width: 95%;
	//margin:0 auto;
	max-width: 1600px;

	padding: 10px 1% 10px 3%;
 	display: inline-block;
}


.text img {
	float: center;
/*	text-align:center;
	float: center;
	padding: 50px 10% 50px 10%;	
*/
}



/* футер */

.copyright {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px 10% 30px 10%;
	margin-bottom: 10px;
	font-family:Arial;
	font-size:12px;
}

#copyright {
	float:left;
	}
	
#credits {
	float:right;
	}