html {padding:0px;margin:0px;}
body {padding:0px;margin:0px;background:#000;}

#bckdiv	{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	border:1px solid red;
}

#outerdiv	{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	border:0px solid red;
	background:transparent url(http://www.degelukkigemannen.nl/gfx/bg_chair.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position-y: 20px;
}
#outerdiv2	{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	border:0px solid red;
	background:#000;
}

#topdiv		{float:left;position:absolute;width:100%;height:100%;border:0px solid white;z-index: 5;}
/*#bottomdiv	{float:left;position:relative;width:100%;height:10%;border:0px solid white;}*/


/* info layer */
#login {
	background:#fff url(../gfx/jumping.png);
	background-repeat: no-repeat;
	background-position:10 10;
	/*background:#fff;*/
	overflow:hidden;
	position:relative;
	z-index:10;
	height:0;
	width:100%;
}
#login .loginContent {
	width: 995px;
	height: 450px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	font: 12px  Arial, Verdana, sans-serif;
	line-height: 20px;
	border: 0px solid red;
	background: transparent;
	z-index:10;
	border: 0px solid red;
}
#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}
#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../gfx/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}
#login .loginClose a:hover 	{background: url(../gfx/button_close.jpg) no-repeat right-20px;}


/* open layer button */
#container 			{width:100%;height:100%;text-align:center;border:0px solid yellow;background: transparent;z-index:10;}
#top 				{background: transparent url(../images/login_top.jpg) repeat-x 0 0;height:0px;position:relative;z-index: 10;}
#top ul.login 		{display:block;position:relative;float:left;clear:right;height:37px;width:auto;margin:0;left:10px;top:0px;}
#top ul.login li 	{text-align:left;padding:0px;display:block;float:left;height:37px;width: 424px;border: 0px solid red;}



