html,body {
	margin:0;
	padding:0;
   height: 100%;
 	background: #353535;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
body {
   /*overflow-y:scroll;*/
   min-height:101%;
}
h1 {
   font-size: 24px;
   color: #111;
   border-bottom: 2px solid #111;
}
h2 {
   font-size: 18px;
   color: #4B0404;
   margin: 15px 0 0 20px;
}
#container {
	position:relative;
	margin:0 auto;
	padding-bottom:15px;
	width:850px;
	background: #FFF url(images/containerbg.gif);
	height:auto !important;
	height:100%;
	min-height:100%;
   border-left: 5px solid #545454;
   border-right: 5px solid #545454;
}
#header {
	padding:1em;
	background: url(images/pohja.jpg);
	border-bottom: 7px solid #EDEDED;
	height:110px;
	border-top:50px solid #000;
}
#content {
	padding:0px 0px 95px 0px;
	margin:-16px 300px 0px 13px;
}
#content p {
   font-size: 12px;
   color: #070000;
   margin: 10px 10px 25px 50px;
   line-height: 20px;
   border-left: 3px solid #141414;
   padding-left: 13px;
}
#content p a {
   color:#00C;
   outline-style:none;
}
#footer {
	position:absolute;
	width:100%;
	height:50px;
	bottom:0;
	background:#000;
}
#oikea {
   float:right;
   width:289px;
   margin-top:-16px;
}
#nav {
   list-style-type: none;
}
#nav li {
   display: inline;
}
#nav a {
   display: block;
   height: 23px;
   padding: 9px 0px 0px 9px;
   font-size: 12px;
   text-decoration: none;
   color: #FFF;
   border-bottom: 1px solid #090909;
   outline-style:none;
}
#nav a:hover {
	background: #FFF;
	color:#000;
}
img {
   outline-style:none;border:none;
}
