<style type="text/css">

html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
}
#bg-image {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(images/veraogcarsten-hvide-og-gule-tulipaner-trans.jpg);
	background-position: center center; 
    background-repeat: no-repeat;

/*    opacity: 0.3; 
	    background-position: center center; 
		    background-size: cover;*/
}

.bg {
  /* The image used */
  background-image: url("images/veraogcarsten-hvide-og-gule-tulipaner.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* @charset "utf-8"; */
/* CSS Document */

@font-face {
    font-family: Harrington_font;
    src: url('HARNGTON.eot');
    src: local(HARNGTON_font), url('fonts/HARNGTON.TTF') format('opentype');
}


@font-face {
    font-family: jeannie_font;
    src: local(jeannie_font), url('fonts/jeannie.ttf') format('opentype');
}

@font-face {
    font-family: gilligan_font;
    src: local(gilligan_font), url('fonts/gilligan.ttf') format('opentype');
}

@font-face {
    font-family: Palace_font;
    src: url('Palace.eot');
    src: local(Palace_font), url('fonts/PALSCRI.TTF') format('opentype');
}

@font-face {
font-family: 'PalaceScript_allOS';

src: local(Palace_font), url('fonts/PALSCRI.TTF') format('opentype');
src: url('fonts/PALSCRI.eot'); /* IE9 Compat Modes */
src: url('fonts/PALSCRI.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/PALSCRI.woff') format('woff'), /* Modern Browsers */
     url('fonts/PALSCRI.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/PALSCRI.svg#svgPalace') format('svg'); /* Legacy iOS */
 font-weight: normal;
 font-style: normal;
}


@font-face {
 font-family: 'PalaceScript_2OS';
 src: url("fonts/PALSCRI.eot") /* EOT file for IE */
}
@font-face {
 font-family: 'PalaceScript_2OS';
 src: url("fonts/PALSCRI.TTF") /* TTF file for CSS3 browsers */
}


@font-face {
 font-family: Calibri_font;
 src: url("fonts/calibri.eot") /* EOT file for IE */
}
@font-face {
 font-family: Calibri_font;
 src: url("fonts/calibri.ttf") /* TTF file for CSS3 browsers */
}


@font-face {
 font-family: BerlinSans_font;
 src: url("fonts/BRLNSR.eot") /* EOT file for IE */
}
@font-face {
 font-family: BerlinSans_font;
 src: url("fonts/BRLNSR.ttf") /* TTF file for CSS3 browsers */
}


@font-face {
 font-family: Franklin_font;
 src: url("fonts/FRABK.eot") /* EOT file for IE */
}
@font-face {
 font-family: Franklin_font;
 src: url("fonts/FRABK.ttf") /* TTF file for CSS3 browsers */
}






h1 {
	font-family:Verdana;
	font-size:45px;
	font-stretch:extra-expanded;
}

h2 {
	font-family:Verdana;
	font-size:20px;
	font-stretch:extra-expanded;
}



p {
    font-family: Verdana;
	font-size:18px;
}

section {
	width:570px;
}



/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: blue;
}


