html {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	z-index: 2;
	width: auto;
	height: 100%;
//	min-height: 100%;
	background: #0d0d0f url("img/bg.jpg") fixed;
//	background-color: #0d0d0f;
//	background-attachment: fixed;
	margin-bottom: 1px;
	padding-bottom: 0;
	color: #fdfdfd;
//	font-family: Verdana, Geneva, sans-serif;
//	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
//	font-family: MS Serif, New York, serif;
//	font-size: 14px;
//	font-family: MS Sans Serif, Geneva, sans-serif;
//	font-size: 14px;
	line-height: 16px;
}

a:link {
	color: #fdfdfd;
	text-decoration: none;
}

a:link img{
border: 2px solid #1f1c18;
}

a:visited img{
border: 2px solid #1f1c18;
}

a:active img{
border: 2px solid #1f1c18;
}

a:visited {
	color: #fdfdfd;
	text-decoration: none;
}

a:hover {
img border-color: #FF3333;
	color: #fdfdfd;
	text-decoration: underline;
}

a:active {
	color: #fdfdfd;
	text-decoration: none;
}

#container {
	width: 686px;
	min-height: 100%;
	height: auto;
	text-align: left;
	position:absolute;
		left: 50%;
		margin-left: -343px;
	background: transparent url("img/mainbg.png") repeat-y;
	height: auto;
	float:left;
	

}

#content {
	width: 686px;
}

#header {
	background: url("img/header2.png") no-repeat;
	height: 304px;
	margin: 0 0 0 21px;
}

#menu {
	width: 607px;
	height: 48px;
	margin: 0 0 0 22px;
	padding: 0 0 0 31px;
	background: url("img/menubg.png") repeat-x;
}

#valikko{
	width: 607px;
	height: 48px;
	position: relative;
	top: 3px;
}

.menu-img {
  margin: 5px 5px 0 0;
  cursor: pointer;
}

#main-container {
	width: 390px;
	float: left;
	margin: 0 0 0 21px;
	padding: 0 41px 0 32px;
}

#side-container {
	width: 177px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#ala-container {
	float:left;
position: absolute; 
	bottom: 0;
	width: 635px;
	height: 19px;
	left: 23px;
//	position: relative;
	background: url("img/menubg2.png") repeat-x;

}

#footer {
	width: 686px;
	clear: right;
	margin: 0 0 0 21px;
}

.copyright {
	text-align="right";
}


.title {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 18px 0 0 0;
	font-size: 16px;
}

.title2 {
	font-weight: bold;
//	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 18px 0 0 0;
	font-size: 14px;
}

.text {
  margin: 40px 0 0 16px;
}

.otsikko {
	font-weight: bold;
	font-size: 14px;
//	text-transform:uppercase;
	text-align: left;
}

.date {
  margin: 18px 0 0 8px;
}

#main-title {
  clear: right;
}
#main-text {
  clear: right;
	text-justify: newspaper;
	text-align: justify;
}

#side-title {
	text-align: center;
	padding: 0 32px 0 32px;
}
#side-text {
	text-align: right;
	white-space: pre;
	cursor: pointer;
	color: #cbcbd0;
	text-decoration: underline;
	background: url("img/popup.png") center right no-repeat;
	padding-right: 13px;
	margin-left: 0;
}
#side-teksti:hover {
	color: #fdfdfd;
}

#news-title {
  font-size: 14px;
  float: left;
}
#news-date {
  float: right;
  font-size: 11px;
}