body   {
	background:#000000 url('../pic/filmstrip.gif') no-repeat scroll 150px 25px; 
	
}

h1 {
	font-family: verdana;
	font-size: 38pt;
	color: #cccccc;
	position:absolute;
	top: 66px;
	left: 175px;
}

a {
	font-family: verdana;
	color: cccccc;
	font-weight: bold;
	font-size: 13pt;
	text-decoration:none;
}

a:hover {
	color:red;
	text-transform: uppercase;
	font-style: italic;
	text-decoration:none;
}
<-- generel menu -->
#menu {
	font-family: verdana;
	width:200px; 
	height : 200px; 
	border : 1px solid dotted black; 
	margin : 400px auto; 
	text-align : left; 
	padding : 1px;
}

<-- til iframe -->
#boks {
	position:absolute;
	top: 180px;
	left: 175px;
	width:1024px; 
	height : 600px; 
	border : 1px solid dotted black;
	margin : 0px; 
	text-align :10px; 
	padding : 1px;
}

<-- udvikler tag -->
#add {
	border-width: 1px;	
	border-style: outset;
	position:absolute;
	bottom: 50px;
	right: 50px;
	
}

p  {
	color: #cccccc;
	font-size: 8px;
	border: 1px solid orange;
	font-family: verdana;	
}
