
html { margin:0; padding:0}

body {padding:0px; margin:0px; overflow-x:hidden;background-color:#000;background-image:url(background.png); background-repeat: repeat-x }

a {text-decoration:none}


/* voor containers die zowel horizontaal als verticaal moeten centreren */
#outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
	
	#inner {  width: 650px;
	height: 550px;
	margin-left: -325px;  /***  width / 2   ***/
	position: absolute;
	top: -275px;          /***  height / 2   ***/
	left: 50%;}




/* als je een container alleen horizontaal in het midden wil houden  */
img {width: 1900px;
position: relative;
left : 50%; border: 0px none;
margin-left: -950px;  /***  width / 2   }***/}


