/* CSS Document */



		/* hide from ie on mac \*/
	
		html {
			height: 100%;
			width: 100%;
			overflow:auto;
			}
			
		/* end hide */
	
			body {
			height: 100%;
			width: 100%;
			margin: 0;
			padding: 0;
			background-color: #000000;	
							
			}		
			
			#container {
			margin:auto;
			height:800px;
			width:1400px;		
				
			}
			
			#bg {
			margin:auto;
			height:800px;
			width:1400px;
			background: url("Forside_HTML.jpg");
			background-repeat:no-repeat;
			background-position:top;
			
				
			}
			
			a {
			position:relative;
			top: 560px;;
			left: 480px;
			}
			
			img {
			border:none;
			}