body {
    background-attachment: fixed;
    background-image: url(caribbean_repeating.png);
	background-color: #A6E5F1;
    background-repeat: repeat-x;
    background-position: left top;
}
.body-background {
    background-image: url(caribbean.png);
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	width: 100%;
}
