html,body{
  height: 100%;
  background-position: top center;
  background-color: rgb(28, 29, 33);
  background-image: url(./images/bigback.png);
  background-repeat: repeat-x;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: tahoma, arial, sans-serif;
  color: rgb(51, 51, 51);
}

.wrapper{
  min-height: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  background-position: 0px 0px;
  background-image: url(./images/background.png);
  background-repeat: no-repeat;
  width: 950px;
}

.space{
  height: 26px;
  margin: 0px;
  padding: 0px;
}

.main{
  min-height: 100%;
  height: 100%;	background-image: url(./images/sidebar2.jpg);
  background-position: 90px 0px;	
  background-repeat: repeat-y;
  padding-left: 300px;
  padding-top: 20px;
  width: 450px;
  padding-right: 200px;
  font-size: 9pt;
  text-align: left;
}

html>body .main{
  width: 500px;
}

.mainback{
  background-position: 0px 0px;
  background-image: url(./images/back1.gif);
  background-repeat: no-repeat; 
}

.top{
  padding-top: 40px;
  padding-bottom: 50px;  
}

.gravicon-logo{
  padding-bottom: 34px;
}

.links-lang{
  margin-right: 0px;
  padding-top: 1px;
  float: left;
  text-align: left;
  font-size: 8pt;
}

.links-pages{
  width: 350px;
  margin-right: 0px;
  float: right;
  text-align: right;
  font-weight: bold;
}

html>body .links-pages{
  width: 360px;
}

a{
  text-decoration: none;
  color: rgb(124, 150, 209);
}

a:active, a:hover{
  text-decoration: none;
  color: rgb(196, 38, 46);  
}

img{
  border: 0px;
}

p{
  line-height: 1.5em;
  text-align: justify;  /* POISTA TÄMÄ JOS HALUAT ETTÄ TEKSTI EI TASAANNU MOLEMPIIN REUNOIHIN!! */
}

li{
  line-height: 1.5em;
}

ul{
  list-style-position: inside;
  padding-left: 10px;
  margin-left: 0px;
}

h1, h2{
  font-size: 12pt;
}

/* margin: top right bottom left. */
/*

textarea, input, select{
  font-size: 10px;
  border-width: 1px;
  border-color: rgb(73, 154, 187);
  border-style: solid;
}

*/