body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 13px verdana, arial, sans-serif;
}

a {
	text-decoration: none;
	color: #808000;
}

img {
    border: none;
}

pre code:after {
    content: 'highlight kode';
    display: block;
    text-align: right;
    font-size: smaller;
    color: #CCC;
    background: white;
    border-top: solid 1px #aaa;
    padding-top: 0.5em;
}

pre code {
    display: block;
    background: #F0F0F0;
}

/* ============ Positioning ============= */
#header {
    background: #000;
    height: 100px;
}

#logo {
	font: 40px verdana, arial, sans-serif;
	padding: 25px 0 0 20px;
	margin: 0;
}

#logo a {
    text-decoration: none;
    color: #fff;
}

#container {
    background: #fff;
    width: 960px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
}

#footer {
    background: #000;
    padding: 10px 0 0 0;
    height: 25px;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
}

/* ============ End Positioning ========= */
