html,
body
{
    background-color: Black;
    font-size: 10pt;
    color: white;
    font-family: Arial;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
}


#top
{
   width:100%;
    text-align:center;
    height:200px;
}

#menu
{	
    height:30px;    
    text-align:center;
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:72em;
	height:16em;
	margin-top: -8em; /*set to a negative number 1/2 of your height*/
	margin-left: -36em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	border-width:0px;
	/*background-color: #f3f3f3;*/
	background-color: #000000;
	text-align:center;
}


#mydiv #logo {position:relative;}
#mydiv #logo h1 {margin: 0; padding: 0; height: 69px; background: url(http://www.prinsesse2ben.dk/Img/prinsesse2ben.gif) no-repeat; background-position:center;}
#mydiv #logo h1 a { display: block; height: 69px; }
#mydiv #logo h1 span { display: none; }



.text
{
	float:left;
	text-align:left;
	padding:10px;
	padding-bottom:70px;
	line-height:2;
}
#bottom
{
    position:absolute;
    bottom:0px;    
    width:100%;
    /*margin-left:-50%;*/
    left:0px;
    text-align:center;
    height:85px;
}
.menuitem3 
{
    FONT-FAMILY:Arial, Helvetica, sans-serif;
    FONT-SIZE: 20px;
    
	TEXT-DECORATION : none;
	font-style : normal;
	color: white;	
	text-transform:uppercase;
}
.textitem3
{
    FONT:"Folio Lt BT" ,Arial, Helvetica, sans-serif;
    font:lighter 0.9em/1.35 "Folio Lt BT" , "Avant Garde Gothic","Avant Garde","Century Gothic","Trebuchet MS",Verdana,sans-serif;
    
    color: #bbbbbb;
	TEXT-DECORATION : none;
	font-style : normal;	
	TEXT-ALIGN:center;
}
