html,body { /* Sivuston tausta */
	height: 100%;
	text-align: center;
	position: relative;
}

div#site_bg { /* Taustakuva */
	background: url(../images/site_bg.gif) repeat-x left top;
	height: 100%;
	position: relative;
}

div#container { /* Sisältöalue */
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 980px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
	width: 980px;
	height: 57px;
	float: left;
}	

#content {
	width: 980px;
	height: 493px;
	float: left;
	background: url(../images/content_bg.jpg) no-repeat left top;
	
}

#footer	{
	width: 980px;
	height: 340px;
	float: left;
}

#leftcolumn {
	width: 417px;
	height: 493px;
	float: left;
	background: url(../images/textarea_bg.jpg) no-repeat left top;	
}

#rightcolumn {
	width: 563px;
	height: 493px;
	float: right;
}

.textarea {
	position: relative;
	float: left;
	width: 220px;
	height: 425px;
	padding-top: 15px;
	padding-right: 25px;
	float: right;
}	

.menu {
	width: 220px;
	height: 40px;
	padding-right: 25px;	
	float: right;
}


#navi {
 position: absolute;
 width: 416px;
 height: 50px;
 z-index: 999;
 display: block;
 top: 550px;
 left: 417px;
 }

.navi_links {
 width: 104px;
 height: 50px;
 padding: 0;
 margin: 0;
 float: left;
 display: block;

 }
 
 #logot {
 position: absolute;
 background: transparent;
 width: 270px;
 height: 50px;
 z-index: 888;
 display: block;
 top: 550px;
 left: 148px;

}

.logo_links {
 width: 90px;
 height: 50px;
 padding: 0;
 margin: 0;
 float: left;
 display: block;

 }

