body {
background-image: URL("images/stars.gif");
background-color: #000000;
font-size: 10.5pt;
font-weight: bold;
color: #ffdddd; /* dvs. tekstfarve */
}
p {
text-align: center;
margin: 0;
padding: 0;
}
a:link {
color: #ffdd00;
text-decoration: underline;
}
a:visited {
color: #ffdd00;
text-decoration: underline;
}
a:active {
color: #ffff00;
}


body {
margin: 0px;
padding: 0px;
}
#jord {
width: 50px;
height: 50px;
margin-top: 60px;
margin-bottom: 0px;
}
#velkommen {
width: 400px;
height: 107px;
margin: 25px;
}
#p1, #p2, #p3, #p4, #p5, #p6 {
position: relative;
width: 36px;
height: 36px;
}
#p1 {left: -192px; top:   27px;}
#p2 {left:  189px; top:   10px;}
#p3 {left:  -29px; top:  -92px;}
#p4 {left:   29px; top: -112px;}
#p5 {left:  -97px; top:  399px;}
#p6 {left:  167px; top:  373px;}

#entrance-links {
padding-top:10px;
}
#entrance-links img {
width: 38px;
height: 27px;
margin-right: 5px;
}

/* vertical centering from http://www.hicksdesign.co.uk/journal/30/vertical-centering-with-css */
/* styles for IE 5 Mac */
#h_cent {
height: 452px;
background-color: transparent;
position: absolute;
top: 20px;
left: 50px;
}
/* following rules are invisible to IE 5 \*/
#h_cent {
/*top: 50%;
margin-top: -226px;*/
left: 0px;
width: 100%;
text-align: center;
min-width: 602px;
}
/* end IE 5 hack */ 
#v_cent {
background-color: #000000;
background-image: URL("images/milkywa.jpg");
background-repeat: no-repeat;
position: relative;
text-align: left;
width: 602px;
height: 452px;
margin: 0px auto;
}
