body {
    background: #fff url('img/map.png') no-repeat center;
    font-family: 'verdana';
    font-size: 9pt;
}

h1 {
    font-family: 'arial';
    font-size: 15pt;
}

h2 {
    font-family: 'arial';
    font-size: 12pt;
}

p {
	line-height: 133%;
	text-align: justify;
}

.cointainer {
	text-align: center;
}
.bd_ct {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    width: 550px;
    border: 1px solid #000;
    background: #fff;
    padding: 25px;
	text-align: left;
	background: transparent url('img/bk01.png') repeat-y right;
	
}
.logo {
	width: 96px;
	height: 96px;
	background: transparent url('img/logo.png') no-repeat;
}
.bk01 {
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:100%;
	background: #fff;
	z-index:-1;
}

