html {
height: 100%
}

body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Century Gothic', futura, sans-serif;
background-color: #000000;
text-transform: uppercase;
overflow-x: hidden;
overflow-y: auto;
letter-spacing:1px
}

a:link, a:visited {
text-decoration:none;
color: inherit;
font-size: inherit;
}


#container
{
  position: center;	
  margin: 2px auto;
	width: 900px;
  min-height: 600px;
  background-image:url('alkusivu.jpg');
  background-repeat:no-repeat;
  background-position:top;
  padding: 30px 30px 30px 30px;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
}    
#container #top_nav {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 600px;
  height: 20px;
  margin: 20px 120px 60px 120px;
  list-style-type:none;
  text-align: center;
  z-index: 1;
}
#top_nav li {
  display:inline;
  margin: 0px 2px 0px 2px;
  font-size: 11px;
  color: rgb(255,255,255);
  margin-right: 15px;
}
#top_nav li a {
  
  text-decoration: none;
  color: rgb(255,255,255);
}
#top_nav li a:hover {
  color: rgb(255,0,0);
}

#background p  {
    margin: 400px auto;
    font-size: 13px;
    text-decoration: none;
}

#background a:link, a:visited {
    text-decoration:none;
    color: rgb(255,255,255);
    font-size: inherit;
}
 

a:hover {
    color: rgb(255,0,0);
}
#footer {
  width: 100%;
  position: relative;
  bottom:0;
  font-size: 7px;
  color: rgb(255,255,255);
  text-align: center;
  clear: both;
  padding: 0px 0px 5px 0px
  
}