* {
margin:0;
padding:0;
border:0
}
body {
	background-image: url(http://alf1.widerstand.be/config/design.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
        color: #FFFFFF;
        font-family: sans-serif;
        font-size:12px;
        font-size-adjust:0.50;

}
#content {
	height: 494px;
	width: 395px;
	top: 195px;
        left: 50%;
        margin-left: -155px;
	overflow: auto;
	position: absolute;
}
#preview {
	position: absolute;
	width: 121px;
	height: 397px;
        left: 50%;
        margin-left: -305px;
	top: 200px;
}
#topmenu {
position: absolute;
height: 30px;
width: 350px;
top: 167px;
left: 50%;
margin-left: -225px;
white-space: nowrap;
}

  ul#Navigation {
	float: left;
	width: 350px;
        padding-right: 5px;
        background-color: #000000;
  }
  ul#Navigation li {
	list-style: none;
        padding-left: 8px;
	display: inline;
	color: #FFF;
  }
  ul#Navigation a {
    font-weight: bold;
	color: #FFF;
  }
  ul#Navigation a:link {
	color: #FFF;
	text-decoration: none;
  }
  ul#Navigation a:visited {
    color: #FFF;
	text-decoration: none;
  }
  ul#Navigation a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
  }
  ul#Navigation a:active {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
  }

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
background-color: #FFF;
	text-decoration: underline overline;
	}