body {
    background-attachment: fixed;
    background-image: url(alaska_ocean_repeating.jpg);
    background-image: none;
    background-color: #0085F2; 
    background-repeat: repeat-x;
    background-position: left top;
}
.body-background {
    background-image: url(alaska_ocean.png);
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	width: 100%;
}
