/* CSS by Vins */
/* e: vins@konstruktor.nl */
/* w: http://www.konstruktor.nl/ */

/* MAIN PART */

	html {
		height: 100%;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	
	body {
		margin: 0px;
		padding: 0px;
		height: 100%; /* for IE/PC */
		margin: auto;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999;
	}
	
	html>body {
		/* for !IE/PC browsers */
		min-height: 100%;
		height: auto !important;
	}


/* MAIN TAGS */

	img { 
		behavior: url(include/iepngfix.htc);
	}


/* DIVS */

	#top {
		z-index: 1;
		position: fixed;
		width: 100%;
		height: 50%;
		background-color: #FFF;
	}
	
	#bottom {
		z-index: 2;
		position: fixed;
		width: 100%;
		top: 50%;
		height: 50%;
		background-color: #000;
	}
	
		#holder {
			z-index: 99;
			position: absolute;
			top: 50%;
			width: 100%;
			height: 204px;
			margin-top: -192px;
			padding-top: 180px;
			
			background-image: url(../visuals/bg.jpg);
			background-repeat: no-repeat;
			background-position: center;
			
			text-align: center;
		}
		
			#holder a {
				color: #999;
				text-decoration: none;
			}
			
			#holder a:hover {
				color: #999;
				text-decoration: underline;
			}
			
			
