html, viewport, table {
	height: 100%;
	width: 100%;
	margin: 0;
	padding:0;
}

body{
	height: 100%;
	width: 100%;
	background: url(img/body_bg.jpg) top center no-repeat #000000;
	margin: 0;
	padding:0;
}
h1{
	font: bold 18px Arial, Helvetica;
	color: #9e0004;
}

h2{
	font: bold 14px Arial, Helvetica;
	color: #000000;
}

a.heading{
	font: bold 11px Arial, Helvetica;
	color: #9e0004;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
div.ads{
	float: left;
	margin-left: 20px;
}

div.valikko{
	text-align: left;
	height: 43px;
	padding-left: 17px;
}

div.content{
	width: 610px;
	min-height: 500px;
	padding: 20px;
	background: url(img/content_bg.gif) top left no-repeat #dfd8cc;
	float: left;
}

div.footer{
	width: 610px;
	padding: 0px 20px 20px 20px;
	font: normal 10px Arial, Helvetica;
	color: #000000;
	text-align: right;
	background: url(img/footer_bg.gif) bottom left no-repeat #dfd8cc;
}

div.header{
  width:810px;
	height: 174px;
	font: normal 12px Arial, Helvetica;
	text-align: left;
}

div.container{
	width:810px;
	margin-top: 0px;
	font: normal 12px Arial, Helvetica;
	text-align: left;
}
