@charset "utf-8";
/* CSS Document */

@import url('/css/style.css');
.body-master
{
	margin:0 auto;
	width:100%;
	height:1452px;
}

.header
{
	margin:0 auto;
	width:100%;
	height:522px;
}

.footer
{
	margin:0 auto;
	width:100%;
	height:185px;
}

.content
{
	margin:0 auto;
	width:100%;
	height:745px;
}
.content-in
{
	margin:0 auto;
	position:relative;
	width:1000px;
	height:745px;
}


.welcome
{
	margin:0 auto;
	position:absolute;
	top:30px;
	left:20px;
	width:600px;
	height:260px;
	background:url(/images/welcom.png) top left no-repeat;
	font-family: 'robotoregular', Arial;
	font-size:12px;
	line-height:20px;
	color:#191919;
}
.read-more
{
	position:absolute;
	width:81px;
	height:33px;
	bottom:5px;
	right:10px;
	background:url(/images/read.png) no-repeat;
}
.read-more:hover
{
	background:url(/images/read_hvr.png) no-repeat;
}

.search
{
	position:absolute;
	top:10px;
	right:10px;
	width:349px;
	height:277px;
}

.gallery
{
	position:absolute;
	top:290px;
	left:20px;
	width:977px;
	height:250px;
}
.comingsoon
{
margin:0 auto;
position:absolute;
top:130px;
left:390px;
font-size:16px;
height:50px;
font-family:Arial, Helvetica, sans-serif;
width:200px;
}

.post-prop
{
	margin:0 auto;
	position:absolute;
	top:565px;
	left:20px;
	width:238px;
	height:165px;
	background:url(/images/post-prop.png) no-repeat;
}
.post-prop:hover
{
	background:url(/images/post-prop_hvr.png) no-repeat;
}
.click
{
	position:absolute;
	bottom:5px;
	left:80px;
	width:78px;
	height:28px;
	background:url(/images/click.png) no-repeat;
}
.click:hover
{
	background:url(/images/click_hvr.png) no-repeat;
}
.post-req
{
	margin:0 auto;
	position:absolute;
	top:565px;
	left:267px;
	width:238px;
	height:165px;
	background:url(/images/post-req.png) no-repeat;
}
.post-req:hover
{
	background:url(/images/post-req_hvr.png) no-repeat;
}
.loan-adv
{
	margin:0 auto;
	position:absolute;
	top:565px;
	left:515px;
	width:238px;
	height:165px;
	background:url(/images/loan-adv.png) no-repeat;
}
.loan-adv:hover
{
	background:url(/images/loan-adv_hvr.png) no-repeat;
}

.ad
{
	margin:0 auto;
	position:absolute;
	top:565px;
	left:760px;
	width:240px;
	height:167px;
	background:url(/images/dream-loan.png) no-repeat;
}
