/*  Default style alterations */

/* Sticky footer http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */

* {
    margin: 0;
}

html {    
    padding: 0px;
    height: 100%;
     background: url('../08_images/alatausta.png') no-repeat bottom center;
}

p {
    margin-bottom: 5px;
}

fieldset {
    margin-top:10px;
}

legend {
    color: rgb(50,50,50);
}

img {
    border: 0px;
}
/*  ID and class styles */

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
   
    padding-top: 100px;
}

#main_box {
    margin-left: auto; 
    margin-right: auto;
   margin-top: 60px;
    width: 450px;
    /* border: 1px solid grey; */
    font-size: 12pt;
    padding: 15px;
   /* background: rgb(226,229,193)  url('../08_images/paper.gif'); */
}

#main_box  a {
    color: rgb(50,50,50);
}

#main_box ul {
    margin-bottom: 15px;
}

#main_box li {
    list-style-type: none;
}

.other_links{
    font-size: 10pt;
}