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

body { 
    background-image: url('images/body.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    background-attachment: scroll;
    background-color: #000 !important;
	background-size: 100%;
}
.logo { float: left; width: 100%; padding: 85px 0px 55px 0px; text-align: center;}


.imgs{
	margin-bottom:60px;
}

.highlight {
    margin: -85px 48px;
}
	
.caption h4{
    margin-top: 26px;
    margin-bottom: 10px;
    margin-left: -118px;
    color: #fff;
}	

.hr-footer {
    margin-top: 90px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #333333;
}

.footer{
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	padding-bottom:40px;
	padding-top:20px;
	
}



.footer p{
	display:inline;
	color:#616161;
}
.caption{ float: left; width: 100%; background: url(home_page/normal.png) no-repeat;position: relative;
margin: -56px 0px 0px 0px;
z-index: 1111;
background-size: 60%;
background-position: 50px;

}