body, html {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #464646;
	background: #055381 url(../i/bg.jpg) repeat-x 0 0;
	height: 100%;
	min-height: 100%;
}

img {
	behavior: url(iepngfix.htc);
	border: 0;
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	}
/* Layout */
div {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
	
}
div.wrapper {
	width: 875px;
	margin: 0 auto;
	background: #fff url(../i/bg_header.jpg) repeat-x 0 0;
}
div.header {
	width: 100%;
	height: 130px;
	background: url(../i/logo.jpg) no-repeat 0 0;
}
div.flags {
	width: 100%;
	height: 100px;
	background: url(../i/flags.jpg) no-repeat 100% 0;
	line-height: 30px;
	text-align: right;
	color: #fff;
}
div.content_home {
	background: #fff url(../i/bg_main.jpg) no-repeat 100% 0;
	width: 100%;
	min-height: 600px;
}
div.welcome {
	width: 815px;
	margin: 0 30px;
}
div.news_home {
	clear: both;
	display: inline;
	float: left;
	width: 350px;
	margin: 0;
	padding: 0 0 30px 30px;
	background: #fff;
}
div.magazine_home {
	display: inline;
	float: left;
	width: 420px;
	margin: 0 0 0 30px;
}
div.footer {
clear: both;
	width: 100%;
	height: 30px;
	background: #00405a;
	color: #fff;
	line-height: 30px;
	text-align: right;
}