body{
	margin: 0px;
	background: #cccdcc; 
	background-image: url('/img/taustaliuku.gif'); 
	background-repeat: repeat-x;
}
div{
	background-repeat:no-repeat;
}

a img{border: 0;}

/* sisällön pohja */
/* asetetaan keskelle, negatiivinen luku on leveyden puolikas */
div#pohja{
	position: absolute;
	left: 50%; 
	margin:0 0 0 -425px;
}

/* ylareuna */
div#ylareuna{
	width:850px;
	height: 67px;
	background: url('/img/trib-yla.jpg');
}

.kieli {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	font-weight:bold;
	line-height:13px;
	float: right;
	padding-top: 40px;
	padding-right: 97px;
}
.kieli a {  color: #862324; font-weight:normal; text-decoration:none}
.kieli a:hover {  color: #862324; text-decoration:underline}



/* keskiosa, jonka sisään tulee vasenreuna sisältöosa ja oikea reuna */
div#keskiosa{
	width:850px;
	height: 488px;
}

/* vasenreuna, tribaalia */
div#tribvas{
	position: absolute;
	width:97px;
	height: 488px;
	background: url('/img/trib-vas.jpg');
}

/* sisältöosa */
div#canvas{
	position: absolute;
	left: 97px;
	width:658px;
	height: 488px;
	background-color: #FFFFFF;
}

/* oikeareuna, tribaalia */
div#triboik{
	position: absolute;
	left: 755px;
	width: 95px;
	height: 488px;
	background: url('/img/trib-oik.jpg');
}

/* alareuna, tribaalia */
div#tribala{
	position: absolute;
	width:850px;
	height: 95px;
	background: url('/img/trib-ala.jpg');
	background-repeat:no-repeat;
}
div#tribala div{
	margin: 0px;
	position: absolute;
	left: 704px;
	top: 12px;
}