
html,body{
	font-family: 'PT Sans';
	height:auto;
	width:100%;
	margin:0px;
	font-size: 14px;
	outline: none;
	outline-width: 0px;
	position: relative;

    background-color:white;
}

div {display:block;}

div.header_info {
    position: relative;
	display: block;
	width: 100%; 
    height: 158px;
}

div.header_info_wrap {
    position: relative;
    float: left;
    display: block;
    width: 1000px; height: 40px;
    margin: 0 auto;
}

div.header_logo {
    position: absolute;
    top: 0px;
    left: -50px;
    display: block;
    width: 989px;
    height: 158px;
    background: url(../Img/flag.jpg) right -17px no-repeat;
}

div.header_title {
    position: absolute;
    top: 73px; right: 143px;
    width: auto; height: auto;
}

div.header_gerb {
    position: absolute;
    top: 14px; 
    right: 454px;
    width: 118px; 
    height: 130px;
    background: url(../Img/gerb.png) left top no-repeat;
}

