*{
	margin: 0;
	padding: 0;
}
html{
	background: #0f3c7d;
}
.outer{
    background: /*#003980*/ #0f3c7d url('../images/background_ru.jpg') top center no-repeat!important;
}
.outer_en{
    background: /*#003980*/ #0f3c7d url('../images/background_en.jpg') top center no-repeat!important;
}
/*---*/
#home{
	width: 100%;
	margin: 0 0 136px 0;
}
#home_content{
	width: 320px;
	margin: 110px 0 0 0;
	font-size: 13px;
}
#home_content span{
	display: block;
	width: 280px;
	padding: 0 20px 0 20px;
}
#home_content_top{
	height: 5px;
	background: url('../images/home_content_top.png') 0 0 no-repeat;
}
#home_content_bot{
	height: 5px;
	background: url('../images/home_content_bot.png') 0 0 no-repeat;
}
#home_content_mid{
	width: 280px;
	padding: 0 20px 0 20px;
	padding-top: 13px!important;
	padding-bottom: 13px!important;
	background: url('../images/home_content.png') 0 0 repeat;
}
#home_content_mid p{
	margin: 0;
}
a#home_more{
	display: block;
	width: 94px;
	height: 24px;
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 5px 0 0 17px;
	background: url('../images/home_more.png') top center no-repeat;
}