img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}


body {
	width: 700px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: white;
	}

p {
	width: 100%;
	}

li {
	list-style-type: disc;
	line-height: 150%;
	}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	} 


/**************** Pseudo classes ****************/



a.menu:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
	background: white;
	}

li.menu:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

a.menu:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

li.menu a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

a.menu:hover {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	}

li.menu a:hover {
	display: block;
	color: white;
	font-weight: bold;
	}

a.menu:active {
	color: #DDDDDD;
	font-weight: bold;
	}


a.main:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}

a.main:visited {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
	}

a.main:hover {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
	}

a.main:active {
	color: #AAAAAA;
	font-weight: bold;
	}

.main::after {
    content: url(images/external_link.png);
    padding-left: 5px; /* create some space between the image and the content before it */
}



/************************* ID's *************************/

#header {
	position: absolute;
	width: 150px; height: 167px;
	margin: 0; margin-left: 0px;
	margin-top: 20px;
	font-weight: normal;
	}

#head2	{
	position: absolute;
	width: 548px; height: 144px;
	border: 2px solid white;
	margin-left: 148px;
	margin-top: 20px;
	font-weight: normal;
	overflow: hidden;
	}

#headin	{
	position: absolute;
	width: 548px; height: 144px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: normal;
	overflow: hidden;
	}

#navigation {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	text-align: right;
	border: 2px solid white;
	width: 548px; height: 18px;
	margin-top: 165px; margin-left: 148px;
	font-weight: normal;
	background-color: rgb(255,255,255);
	}

#scrollbox {
	position: absolute;
        text-align: justify;
	width: 634px; height: 313px;
	padding: 35px;
	overflow:auto;
	margin-top: 0px;
	margin-left: -8px;
	background-color: rgba(0, 0, 0, 0.6);
	}

#content {
	position: absolute;
	width: 696px; height: 383px;
	border: 2px solid white;
	margin-top: 190px;
	margin-left: 0px;
	overflow:hidden;
}


#footer {
	position: absolute;
	width: 700px; height: 30px;
	margin: 0; margin-left: 0px;
	margin-top: 580px;
	font-weight: normal;
	}
