html {
 overflow-y: scroll;
}
body{
background-color:#3b3b3b;
font-family:verdana, arial, sans-serif;
color:white;
}
h2, h3, h4{
color:#00bc58;
margin-top:0px;
}
#top{
margin:0px auto;
margin-top:5px;
height:150px;
min-width:900px;
width:900px;
background-image:url(images/top.jpg);
background-repeat: no-repeat;
overflow:hidden;
}
#menu{
height:30px;
margin-top:120px;
margin-left:315px;
}
#menu a{
color:#3b3b3b;
font-weight:bold;
font-size: 12px;
float: left; 
text-decoration: none;
text-align:center;
padding-left:6px;
padding-top:9px;
width:110px;
height:30px;
background-image:url(images/menu.jpg);
background-repeat:no-repeat;
}
#menu a.active, #menu a.active:hover{
color:#02db6a;
background-image:url(images/menu.jpg);
}
#menu a:hover{
color:#e4282f;
text-decoration: none;
background-image:url(images/menu2.jpg);
}
#container{
margin:0px auto;
height:auto ! important;
height:400px;
min-height:400px;
min-width:894px;
width:894px;
background-color:#2165aa;
}
#content{
padding:40px;
}
#content a{
text-decoration:underline;
color:white;
}
#content a:hover{
color:#e4282f;
}

#bottom{
margin:0px auto;
min-width:900px;
width:900px;
height:30px;
color:#cfe2f5;
font-size:10px;
padding-top:10px;
text-align:center;
color:black;
}
#bottom a{
text-decoration:underline;
color:black;
font-size: 10px;
}
img{
border:0px;
}
img.deco{
float:right;
padding-top:20px;
}
td.logo_img{
text-align:center;
vertical-align:top;
}
#content a.innerlink{
text-decoration:none;
color:#00bc58;
}
td.otsikko h2{
font-style:italic;
margin-top:40px;
}
td.verticalspacer{
width:20px;
}
td.kuvaus{
vertical-align:top;
}
td.kuvaus h4{
color:#3b3b3b;
}

td.kuvaus p{
margin-bottom:20px;
}
hr{
border: 0;
color:black;
background-color:black;
height:1px;
}
p.infoteksti{
font-size:80%;
font-style:italic;
}
li.kumppanit{
margin-top:10px;
list-style-type: none;
}