html
{
  height: 100%;
}

body
{
  background-color: #181820;
  text-align: center;
  font-family: Georgia;
  margin:0;
  padding:0;
  height: 100%;
}

#container 
{
  text-align: left;
  background-image: url('images/bg.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  height: 100%;
  width:920px;
  overflow: hidden;
  margin:0 auto;
}

#content
{
  margin-left: 295px;
  margin-top: 165px;
}

#content img,
#content a img
{
  border:none;
  margin-left: -3px;
}

#content #matkailu
{
  width: 160px;
  margin-top: 0px;
  float: left;
  text-align: center;
}

#content #matkailu img
{
  margin-left: 4px;
}

#content #matkailu img.matkailu
{
  margin-left: 0px;
}

html > body #content #matkailu div.links a.en,
html > body #content #matkailu div.links a.de,
#content #matkailu div.links a.ru
{
  border-left: none;
}

#content #matkailu div.links a.matkailu
{
  background-image: url('images/matkailu_bg.gif');
  background-repeat: no-repeat;
  padding: 0 30px 0 30px;
}

#content div.links
{
  float: left;
  display: block;
  text-align: center;
  margin-left: 3px;
}

html > body #content div.links
{
  margin-left: 5px;
}

#content div.links a
{
  color: white;
  text-decoration: none;
  font-size: 12px;
}

#content div.links a:hover
{
  color: white;
  text-decoration: underline;
}

#content #kunta
{
  margin-left: 65px;
  float: left;
  width: 150px;
}

#content #kunta div.links a
{
  background-image: url('images/kunta_bg.gif');
  padding: 3px 30px 0px 30px;
  background-repeat: no-repeat;
}

#extra
{
  clear:both;
  text-align: center;
  background-image: url('images/alareuna.gif');
  position: absolute;
  bottom:0;
  display: block;
  padding-top: 20px;
  width: 500px;
  height: 100px;
  margin-left:-60px;
}

#extra img
{
  margin-left: 10px;
}



