
/* Layout Stylesheet */ 

html {
 height: 100%;
 }

body {
 margin:20px;
 background:#333333;
 background-image:url(http://urban.fmi.fi/images/Wordle.png);
 color: #333333;
 text-align:center;
 padding:10px;
 margin-left: 2cm;
 height:75%;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:90%;
 max-width:1500px;
 margin:auto;
 height:75%
 }

   #header {
    background:#eeeeee;
    color: #333333;
    padding: 5px;
    }

   #bar {
    background:#c0c0c0;
    color: #333333;
    border:solid #000000;	
    border-width:1px 0 1px 0;
    padding: 5px;
    }

   #navigation {
    background:#ffffff;;
    color: #333333;
    }

   #cont {
    background:#ffffff;
    color: #333333;
    text-align:left;
    min-height:100%;
    padding:5%;
    padding-top:1%;
    }

   #footer {
    background:#c0c0c0;
    color: #333333;
    border:solid #000000;	
    border-width:1px 0 1px 0;
    padding: 5px;
    clear: both;
    }


