/* Start of CMSMS style sheet 'Sisäsivu' */
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 {
  min-height: 454px;
  width: 100%;
  z-index: -1;
}

div#content {
  background-image: url("images/background.jpg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  margin: auto;
  padding: 75px 0px 108px 0px;
  min-height: 454px;
  width: 500px;
}

div#bottom {
  background-image: url("images/menu_borders.jpg");
  background-position: 0% 100%;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  height: 108px;
  position: fixed;
  width: 100%;
}

div#menuwrapper {
  background-image: url("images/menu_bottom.jpg");
  background-position: 0% 100%;
  background-repeat: no-repeat;
  height: 108px;
  margin: auto;
  padding: 0px 50px 0px 50px;
  width: 800px;
}

div#logo {
  float: left;
  height: 103px;
  margin: 0px 20px 5px 0px;
  width: 180px;
}

div#menu {
  float: left;
  height: 20px;
  margin: 33px 0px 45px 0px;
  padding: 5px 0px 5px 0px;
  text-align: left;
  width: 600px;
}

/* End of 'Sisäsivu' */

