/* CSS Document */



		/* hide from ie on mac \*/
	
		html {
			height: 100%;
			overflow:auto;
			}
			
		/* end hide */
	
			body {
			height: 100%;
			margin: 0;
			padding: 0;
			background-color: #FFFFFF;				
			}		
			
			#bg {
			margin:auto;
			width: 1000px;
			height: 827px;			
			background: url("Baggrunde/RH_html.jpg");
			background-repeat: no-repeat;
			background-position: top center;	
					
			}
			
			.tekst {
			position:relative;
			top: 30px;
			width: 400px;
			left: 520px;
			float:left;

			}
			p {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			text-align:justify;
			font-size:10px;
			margin: 10px;	
			}
			
			b { 
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#FF0000;
			text-align:left;
			font-size:10px;	
			margin: 10px;
			display:block;
			}
			a {
			margin: 100px;
			
			}