/* to have a solid white background */body { background: white }/* to have an image background */body { background: url('http://your-image-url-here') no-repeat center top }