html, 
body {
	font-family			: Times New Roman;
	font-size			: 14px;
	color				: #68C9EC;
	height				: 100%;
	width				: 100%;
	overflow			: hidden;
	margin				: 0px;
	background-image	: url(../images/bg-gradient.jpg);
	background-repeat	: repeat-x;
	background-color	: #68C9EC;
	text-align			: center;
}

#beginscherm {
	position			: relative;
	top					: 0px;
	height				: 786px;
	width				: 800px;
	margin				: 0px auto;
	background-image	: url(../images/beginscherm.jpg);
	background-repeat	: no-repeat;
	background-position	: top center;
	z-index				: 1;
}

#startbutton {
	position			: absolute;
	top 				: 400px;
	right				: 10px;
	margin				: 0px;
	z-index				: 2;	
}

a.start-nav, 
a:visited.start-nav,
a:hover.start-nav {
	text-decoration		: none;
	font-style			: italic;
	font-weight			: bold;
	font-size			: 24px;
	color				: #023d94;
	font-family			: Times New Roman;
	/*line-height			: 20px;*/
}
