*{ /* deze waardes zorgen automatisch voor gÃ©Ã©n tussenruimte bij alle div's */
margin: 0px;
padding: 0px;
border: 0px;
}
html,body {
	background-color: #000000; /* De gehele pagina(de body) is nu blauw gekleurd */
	height: 100%; /* zorgt ervoor dat een div in het HTML-bestand 100% height aan kan */
	background-image: url(../website2/images/background_gradient.jpg);
	background-repeat: repeat-x;
}
#wittediv {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 863px;
	height: 428px;
	margin-top: -281px; /* half of the height */
	margin-left: -447px;
	z-index: 0;
     }
.menubar {
     width: 893px;
     height: 15px;
	 background-color: #FFFFFFF;
	     }
#wittediv table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}

#tweet_hold				{height:110px;overflow:hidden}
#tweet_hold li			{margin:0 10px 10px 0;color:#333;font-size:10px}
#tweet_hold li a		{color:#002e62}
