body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	letter-spacing:1px;
	font-weight:200;
	text-align:justify;
	color:#cccccc;
	height: 100%;
}

#tekstdrager {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 100px auto 50px auto;
}

#tekst {
	text-align: justify;
	padding:10px;
}

a{
	color:#ffffcc;
	text-decoration:none;
}
a:hover{
	color:#ffffee;
}
.tekst{
	width:240px;
	margin:0px auto;
}
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#drager {
		height: 100%;
	}
	/* end hide */