@charset "UTF-8";
/* CSS Document */


header{  z-index:100; background-color:#fff; position:relative; padding-bottom:30px;
}

.indexbodycontainer{background:url(../images/home-1.jpg) bottom left no-repeat; position:absolute; height:100%; width:100%; }

.indexbackgroundright{background:url(../images/home-2.jpg) bottom right no-repeat;
position:absolute; height:800px; width:530px; bottom:0; right:0; }

.indexbodytext{ width:100%; text-align:left; padding-bottom:0px; margin-top:20px;    color: #777;
    font-size: 36px; line-height:normal; width:auto;
	font-family:Tahoma, Geneva, sans-serif;}



@media (max-width: 979px) {
	.indexbackgroundright{display:none;}
	
	
.indexbodytext{  text-align:center; }
	}