html {
	overflow-x:hidden;
}
body {
		width: 100%;
		height: 100%;		
}
#screen {
	position:absolute;
	left: 50%;
	top: 140px;
	margin-left:-340px;
	width: 675px;
	height: 350px;
	overflow: hidden;
	visibility: hidden;
	margin-bottom:40px;
	border:1px solid silver;
}
.ref {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
	background-color:white;
}
.prx {
	position: absolute;
	color: #29323d;
	font-family: 'trebuchet ms';
	font-size: 14px;
	overflow: visible;
}

.title {
	padding-top:50px;
	padding-bottom:50px;
}


.tekst {
	position: absolute;
	color: #29323d;
	font-family: 'trebuchet ms';
	font-size: 12px;
	font-weight:bold;
	overflow: visible;
	padding-top:50px;
	padding-bottom:5px;
	text-align:left;
	line-height:15pt;
}

.hostingdiensten {
	position: absolute;
	color: #29323d;
	font-family: 'trebuchet ms';
	font-size: 14px;
	font-weight:bold;
	overflow: visible;
	padding-top:50px;
	padding-bottom:5px;
	text-align:left;
	line-height:15pt;
}

.link {
	font-size: 16px;
	text-align: left;
	height:20px;
}
.text {
	background: #111;
	border: #fff solid 1px;
	padding: 5px;
}
#announcements {
	width:690px;
	/*border:1px solid #ccc;*/
	text-align:left;
	
	
}
#twitter {
	overflow-y:scroll;
	height:100px;
}
#announcements td {
	vertical-align:top;
}