
body {

border-style: solid;

border-width: 3px;

border-color: #0a0a0a;

background-color: #ffffff;

font-family: arial narrow;

font-size: 10pt;

font-weight: regular;



}

#container {

  position:absolute;
     left: 50%; 
     top: 50%;
     width: 860px;
     height: 600px;
     margin-top: -300px; /* half of the height */
     margin-left: -430px; /* half of the width */
}




#overskrift {

position: absolute;



left: 30px;
bottom: 5px;


font-size: 10pt;

text-align: left;


color: #000000;





}

a, a:visited, a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #333333;}


#indhold {

border-style: solid;

border-width: 2px;

border-color: #ffffff;

position: relative;

left: 25px;

top: 5px;

width: 800px;

height: 560px;

background-color: #ffffff;

}

#links {

position: absolute;

bottom: 5px;
left:304;

text-align: middle;






}
.abouthack{
	margin-left: -3px;
}
