		html { 
			height:100%; /* fix height to 100% for IE */
			max-height: 100%; /* fix height for other browsers */ 
			padding: 0; /*remove padding */
			margin: 0; /* remove margins */
			border: 0; /* remove borders */
		/*	overflow: hidden; /*get rid of scroll bars in IE */
		/*	overflow-y: hidden;
			overflow-x: hidden;
	*/	} 
	
		a {color:#ccc; text-decoration:none;}
		a:hover {color:#fff; text-decoration:underline;}
		
		body { 
			color:#fff;
			background: #000;
			height: 100%; /* fix height to 100% for IE */
			max-height: 100%; /* fix height for other browsers */ 
			padding: 0; /*remove padding */
			margin:0; /* remove margins */
			border: 0; /* remove borders */
	/*		overflow: hidden; /*get rid of scroll bars in IE */
	/*		overflow-y: hidden;
			overflow-x: hidden;
	*/	}
		
		
		table { 
			height:100%; 
			width:100%;
			text-align: center; 
			padding:0px;
			spacing:0px;
		}
		#flashmovie{
		 
		}
		
		#alt-content {width:600px; margin:0px auto; text-align:left; background:#000 url(http://demensfrekvens.dk/images/produkt3.jpg) repeat-x top left;}
			#alt-content h2 {margin-top:100px;}
		
		/* Navigation */
		#nav {
			margin: 25px 25px 25px 0;
		}
		#nav li {
			list-style: none;
		}
		#nav li a {
			padding: 3px 10px 3px 0px;
			margin: 0;
			text-decoration: none;
			color:#ccc;
		}
		#nav li a:hover {color:#fff; text-decoration:underline;}
		#nav li a#current {
			color: #fff;
		}
