@charset "utf-8";
/* CSS Document */

/* Hintergrundbild */
body
{
  background-image: url("../image/hintergrund-kanapee-raumausstattung.jpg");
}


/* gestaltung */

.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 640px;
  height: 300px;
  
}

/* Überschirft */

h1 {font-family: Lato; sans-serif;
	color: #FC0000}

/* Text */

p { font-family: Lato; sans-serif;
	line-height: 120%;
}