html {
	margin:0px;
	padding:0px;
	background-image:url('/img/lending/bg.jpg');
	background-size:cover;
}
body {
	background: #FFFFFF;
	position:relative;
	height:100%;
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	overflow: hidden;
}


.main-block {
	width: 720px;
    height: 540px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -270px;
    margin-left: -360px;
	
}


.icon-text-block {
	width:241px;
	height:100px;
	background-image:url('/img/lending/icon_text.png');
}

.lending-big-text {
	font-size:50px;
	color:#FFF;
	font-weight: 100;
	margin-top:20px;
	letter-spacing: 3px;
	
}


.small-text {
	margin-top: 30px;
    font-size: 23px;
    color: #FFF;
    font-weight: 100;
    letter-spacing: 5px;
}

.links-block {
	margin-top:40px;
}

.appstore-link {
	text-decoration:none;
	
}

.google-link {
	text-decoration:none;
	margin-left:25px;
}


.mockup {
	    position: absolute;
    width: 270px;
    height: 543px;
    top: -25px;
    left: 445px;
    background-image: url(/img/lending/mockup.png);
    background-size: cover;
}