*{margin: 0;padding: 0;}
body {
	background: url('yalart_bg.jpg') center no-repeat #000;
	background-size: cover;
    position: relative;
}
.main {
	width: 1030px;
	height: 742px;
	background: url('main_bg.png') no-repeat transparent;
	margin: 43px auto 0 auto;
}
.yalart_logo {
	width: 266px;
	height: 32px;
	background: url('yalart_logo.png') no-repeat transparent;
	float: left;
	margin: 61px 425px 0 340px;
}
.genyal {
	float: left;
	margin: 104px 600px 0 47px;
}
.kosmethod {
	float: left;
	margin: 32px 0 0 62px;
}
.loading_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
}
.loading {
    width: 128px;
    height: 128px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
}
.jtc {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10px;
    top: -33px;
}
.jtc a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}