/* CSS Document */

body {
  margin: 0px;
	font-family: Verdana, Arial, sans-serif;
  font-size: .6em;
  text-align: center
	background: url(images/bg.jpg);
}

#bg {
  width: 100%;
  height: 800px;
	background: url(images/bg.jpg);
  position: absolute;
}

#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 864px;
}

#yla {
  width: 829px;
  height: 190px;
	background: url(images/yla3.png);
  position: absolute;
  margin-left:150px;
  margin-top:0px;
  z-index: -1;
}


#main {
  width: 729px;
  min-height: 100%;
	background: url(images/valkonen-tausta.png);
	padding: 0px 50px 0px 50px;
  position: absolute;
  margin-left:150px;
  margin-top:190px;
  z-index: 1;
}


#content {
  width: 430px;
/*  border: 1px solid #000000; */
	padding: 0px 0px 0px 0px;
  position: absolute;
  margin-left:270px;
  margin-top:30px;
  z-index: 1;
}


#forms {
  width: 750px;
  height: 23px;
/*	background: url(images/forms.png); */
  position: absolute;
  margin-left:194px;
  margin-top:180px;
  border: 1px;
  z-index: 3;
/*	border: 2px solid #000000; */
	background: #6699FF;
}


#linkit {
  width: 220px;
  min-height: 100%;
/*	background: url(images/forms.png); */
	padding: 0px 0px 0px 0px;
  position: absolute;
/*  float: left; */
  margin-left:194px;
  margin-top:180px;
	padding: 10px 0px 0px 10px;
  z-index: 2;
	border-right: 1px solid #000000;
/*	background: #7799FF; */
	background: #66CC66;
}


#logot {
  width: 100px;
  height: 300px;
  background-repeat:no-repeat;
	background: url(images/logots.png);
	padding: px 0px 0px 0px;
  position: absolute;
  margin-left:255px;
  margin-top:440px;
  border: 1px;
  z-index: 3;
}


#copyright {
  width: 605px;
  height: 22px;
  margin-left:110px;
  margin-top:1000px;
/*  background: url(images/copyright-2.png); */
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
/*	padding: 10px 10px 10px 10px;*/
  position: absolute;
}


a:link {color: #000000; text-decoration: none; font-weight: bold; font-size: 13px}     /* unvisited link */
a:visited {color: #000000; text-decoration: none; font-weight: bold; font-size: 13px}  /* visited link */
a:hover {color: #000000; text-decoration: underline; font-weight: bolder; font-size: 13px}   /* mouse over link */
a:active {color: #000000; text-decoration: none; font-weight: bold; font-size: 13px}   /* selected link */

h1 {
	color: #000000;
	margin:2px;
	padding:2px;
	font-size: 25px;
}

h2 {
	color: #000000;
	margin:2px;
	padding:2px;
	font-size: 20px;
}

h3 {
	color: #000000;
	margin:2px;
	padding:2px;
	font-size: 15px;
}


