body {
 /* background-color: #d4e1f0;   KTD ändrade   */
  background-color: #000000;
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 0px;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: lighter;
  letter-spacing: 0.2em; /* gör mellanrum mellan bokstäverna */
  text-transform: uppercase; /* gör om små bokstäver till stora bokstäver */
  color: #371e02;
}

/*#topleft {
  height: 20px;
  width: 20px;
  background-image: url("topleft.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #324d84;
 /* background-color: #d4e1f0; */
/*}*/

 /*#top {
  height: 20px;
  background-image: url("top.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
 /*  background-color: #d4e1f0; */
  /*  background-color: #324d84; */
 /*} */

/*#topright {
  height: 20px;
  width: 20px;
  background-image: url("topright.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
 /*  background-color: #d4e1f0; */
  /*  background-color: #324d84; */
/*}*/

/*#left {
  width: 20px;
  background-image: url("left.jpg");
  background-repeat: repeat-y;
  background-position: right;
  /* background-color: #d4e1f0; */
 /* background-color: #324d84;
/*} */

 #center {
  background-color: #ffffff;
  width: 900px;
}

 /* #right {
  width: 20px;
  background-image: url("right.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #324d84;
 /*  background-color: #d4e1f0; */
 /* }

 /* #bottomleft {
  height: 20px;
  width: 20px;
  background-image: url("bottomleft.jpg");
  background-repeat: no-repeat;
  background-position: top right;
 /* background-color: #d4e1f0; */
  /*  background-color: #324d84;
 /* }

#bottom {
  height: 20px;
  background-image: url("bottom.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #324d84;
 /*  background-color: #d4e1f0; */
 /* }*/

/* #bottomright {
  height: 20px;
  width: 20px;
  background-image: url("bottomright.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  /* background-color: #d4e1f0; */
 /*  background-color: #324d84;*/
/* }*/

