/* Start of CMSMS style sheet 'Koti' */
html {
  overflow-y: scroll;
}

body {
  background-color: #000000;
  margin: 0;
  padding: 0;
}

div#wrapper {
  width: 100%;
}

div#languageswrapper {
  background-image: url("images/languages_borders.jpg");
  background-position: 0% 0%;
  background-repeat: repeat-x;
  left: 0;
  height: 30px;
  padding: 5px 0px 1px 0px;
  position: fixed;
  top: 0;
  width: 100%;
}

div#languages {
  height: 20px;
  margin: auto;
  padding: 5px 0px 5px 0px;
  text-align: right;
  width: 900px;
}

div#contentwrapper {
  bottom: 76px;
  height: 472px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}

div#content {
  background-image: url("images/home.jpg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  height: 472px;
  margin: auto;
  width: 900px;
}

div#bottom {
  background-image: url("images/menu_borders.jpg");
  background-position: 0% 100%;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  height: 76px;
  position: fixed;
  width: 100%;
}

div#menuwrapper {
  background-image: url("images/menu_bottom.jpg");
  background-position: 0% 100%;
  background-repeat: no-repeat;
  height: 76px;
  margin: auto;
  padding: 0px 50px 0px 50px;
  width: 800px;
}

div#menu {
  float: left;
  height: 20px;
  margin: 1px 0px 45px 200px;
  padding: 5px 0px 5px 0px;
  text-align: left;
  width: 600px;
}

/* End of 'Koti' */

