/*----------------------------*/
/*        mariten.css         */
/*                            */
/*        mariten.com         */
/*        style sheet         */
/*----------------------------*/

body {
  margin: 0;
  
  background-color: white;
  background-image: url("mariten.png");
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
