div.container { /* SISÄLLÖN HORISONTAALI KESKITTÄMINEN */
	width: 916px; /* SISÄLLÖN KOKONAISLEVEYS */
	position:absolute;
	margin-left: 50%; /* VIE SISÄLLÖN VASEMMAN REUNAN ALKAMAAN KESKIVIIVALTA */
	overflow: visible;
}
table.top {
	position:absolute;
	margin-left: -569px; /* PUOLET SISÄLLÖN LEVEYDESTÄ + VASEMMAN REUNAN KUVAN LEVEYS, VIE "TODELLISEN" SISÄLLÖN KESKIVIIVALLE. */
}

/* SIVUN YLÄOSAN GRAFIIKKA JA NAVIGAATIO */
td.top, td.navi, td.banner {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
}
td.top {
	background-image: url(../images/top.png);
	height: 80px;
}
td.navi {
	background-image: url(../images/navi.png);
	height: 32px;
}
td.banner {
	background-image: url(../images/banner.png);
	height: 244px;
}

/* SISÄLLÖN HORISONTAALI KESKITTÄMINEN */
div.contentcontainer {
	width: 918px;
	position:absolute;
	margin-left: 50%;
	overflow: visible;
}
table.content {
	position:absolute;
	top: 356px;
	margin-left: -459px;
}

/* ETUSIVUN SISÄLLÖN ASETTELU */
td.leftheader, td.middleheader, td.rightheader {
	background-repeat: no-repeat;
	background-position: 2px 0px;
	height: 66px;
}
td.leftheader {
	background-image: url(../images/palvelut.png);
	width: 268px;
}
td.middleheader {
	background-image: url(../images/referenssit.png);
	width: 268px;
}
td.rightheader {
	background-image: url(../images/yhteydenotto.png);
	width: 269px;
}
td.left, td.middle, td.right {
	background-image: url(../images/column.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	text-align: left;
}
td.left {
	width: 268px;
}
td.middle {
	width: 268px;
}
td.right {
	width: 269px;
}
td.leftend, td.middleend, td.rightend {
	background-image: url(../images/columnend.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	height: 12px;
}
td.leftend {
	width: 268px;
}
td.middleend {
	width: 268px;
}
td.rightend {
	width: 269px;
}

/* SISÄLTÖSIVUN ASETTELU */
td.contentheader {
	background-image: url(../images/contentheader.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	text-align: left;
	width: 805px;
	height: 66px;
}
td.leftcontent, td.rightcontent {
	background-repeat: no-repeat;
	text-align: left;
}
td.leftcontent {
	background-image: url(../images/contentcolumn.png);
	width: 400px;
}
td.rightcontent {
	background-image: url(../images/contentcolumn.png);
	background-position: -400px 0px;
	width: 405px;
}
td.leftcontentend, td.rightcontentend {
	background-image: url(../images/contentcolumnend.png);
	background-repeat: no-repeat;
	height: 12px;
}
td.leftcontentend {
	background-position: 0px 0px;
	width: 400px;
}
td.rightcontentend {
	background-position: -400px 0px;
	width: 405px;
}

/* ALATUNNISTE */
td.footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 45px;
}
