body,p,h1,h2,h3,h4,h5,h6,
a,img,ul,ol,li,div,span,hr {
margin: 0;
padding: 0;
border: none;
}

html, body {
font-size: 100.01%;
font-family: Verdana, sans-serif;
background-color: #000;
background-image: url('http://tux.kpuputti.fi/static/img/graphics/menu1.png');
background-repeat: repeat-x;
}

p, li, h1, h2, h3, h4, h5, h6 {
color: #fff;
}

p {
font-size: 0.9em;
margin: 1em 0;
}

#container {
position: relative;
width: 800px;
margin: 0 auto;
}

#header {
height: 50px;
}

#content {
padding: 0.5em;
}

#content-about {
display: none;
}

#content-projects {
display: none;
}

#content-contact {
display: none;
}

#nav-home {
border-left: 1px solid #222;
}

#nav {
display: block;
margin: 0 100px;
font-size: 14px;
font-weight: bold;
text-align: center;
}

#nav li {
float: left;
list-style: none;
border-right: 1px solid #222;
}

#nav li a {
display: block;
width: 100px;
height: 50px;
line-height: 50px;
color: #fff;
text-decoration: none;
}

#nav li a:link, #nav li a:visited{
/*background-color: #CED596;*/
}

#nav li a:hover, #nav li a:active{
/*background-color: #F0F2DF;*/
background-color: #000;
}

#nav li.active a {
background-color: #000;
}
