html{
	height: 100%;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-face-color:#F3F3F3;
	scrollbar-arrow-color:#CFD3D7;
	scrollbar-track-color:#D6D6D6;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-3dlight-color:#F3F3F3;
	scrollbar-darkshadow-color:#F3F3F3;
}

body{
height:100%;
text-align:center;
padding:0px;
margin:0px;
background:#333;
}

.wrapperTbl{
height:100%;
margin:0px auto;
}

.wrapperCel{
height:100%;
text-align:center;
vertical-align:middle;
}

.welkom{
width:710px;
margin:0 auto;
font: 14pt "trebuchet ms";
color:white;
text-transform:uppercase;
text-align:right;
}

.welkom a{
font: 14pt "trebuchet ms";
color:white;
text-transform:uppercase;
text-decoration:none;
}

.welkom a:visited{
font: 14pt "trebuchet ms";
color:white;
text-transform:uppercase;
text-decoration:none;
}

.by{
width:200px;
margin:0 auto;
font: 6pt "trebuchet ms";
color:white;
text-align:left;
float:left;
}

.by a{
font: 6pt "trebuchet ms";
color:white;
text-decoration:none;
}

.by a:hover{
font: 6pt "trebuchet ms";
color:red;
text-decoration:none;
}

.by a:visited{
font: 6pt "trebuchet ms";
color:white;
text-decoration:none;
}