html, body { /* her defineres body'n */
	margin: 0px;
	height: auto;
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(../images/body.jpg);
	background-color: #212121;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000
} /* body slut */

#container { /* dette er den div man propper alt det andet ind i*/
	width: 960px;
	height: 100%;
	/**background-image: url(../images/bg.png);**/
}/* container slut*/

p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, seriff;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
#wrapper { /* denne gør at siden er centreret, kaldet wrapper */
	position:absolute;
	height: auto;
	min-height: 600px;
	width: 960px;
	left: 50%;
	margin-left: -480px
}/* wrapper slut */


div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

