that's because you have a different resolution:"The background repeats itself which is clunky, try make it adjust to full screen." it doesn't for me?
<img src="img/main_1.jpg" width="1920px" height="1200px" class="fullBgImg">
.fullBgImg {
z-index: 1;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto%;
background-image: no repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
I take it you've solved the background issue?You must be registered for see links