html{min-height:100%;}
body.index{min-height: 100%;background: url(themes/images/bg.jpg) center top repeat;}
.pageContent{background: url(themes/images/home.jpg) center -120px no-repeat;max-width: none;min-height:100%;}
.pageContent .body{width:100%;max-width:1004px;margin: 0px auto;padding:10px 0px;}
.pageContent .body .image{float: left;width: 48%;text-align: center;}
.pageContent .body .image img{width:75%;}
.pageContent .body .content{float: right;width: 48%;color:#FFF;}
@media(max-width: 980px){
	body.index .pageContent{background-size:120%;background-position:left top;}
	.pageContent .body  .image img{width:50%;}
	.pageContent .body  .content img{max-width:90%;}
}
@media(max-width: 780px){
	body.index .pageContent{background-size:180%;}
	.pageContent .body .image{float:none; width:98%;}
	.pageContent .body .content{float:none; width:auto; padding:20px;}
}