body {
	background-color: #49c6cb;
}
.body-background {
    background-image: url('caribbean_beach.jpg');
	background-repeat: repeat-x;
    background-position: center top;
    background-attachment: fixed;
	width: 100%;
}