@charset "utf-8";
body
 {

	background-color:#2d7486;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 30px;
	}
	
div, p
{
	font-family: 'Open Sans', sans-serif; 
	font-size: 13px;
	color: #333;
	line-height: 1.4;
}
/*______________________________________________________________________*/
	
.div-stopka {
	position: absolute;
	width: 100%;
	height: 60px;
	text-align: center;
	left: 50%;
	border-bottom: 0px solid #CCC;
	margin-bottom: 0;
	margin-left: -50%;
	margin-right: 0;
	margin-top: 120px;
	font-size: 12px;
	
	-moz-text-shadow: 2px 2px 4px #CCCCCC;
	-webkit-text-shadow: 2px 2px 4px #CCCCCC;
	text-shadow: 2px 2px 4px #CCCCCC;
	}	
.div-adgrape {
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: center;
	left: 50%;
	border: 0px solid #CCC;
	margin-bottom: 0;
	margin-left: -50%;
	margin-right: 0;
	margin-top: 450px;
	font-size: 11px;
	
	-moz-text-shadow: 2px 2px 4px #CCCCCC;
	-webkit-text-shadow: 2px 2px 4px #CCCCCC;
	text-shadow: 2px 2px 4px #CCCCCC;
	}	
	
a
{
	color: #333;
	text-decoration: none;
}