html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #5199a9;
	font-family: Arial, Trebuchet MS, sans-serif, Helvetica;
	font-size: 12px;
	text-align: center;
}

a {
	color: blue;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: green;
}

img {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

hr {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
	visibility: hidden;
}

#contentwrap {
	text-align: center;
/* hide for IE 5 mac \*/
	position: absolute;
	top: 10px;
	left: 10px;
	top: 44%;
	left: 0px;
	width: 100%;
	margin-top: -50px;
	min-width: 300px;
/* end IE 5 hack */
}
	  
#content {
	background-image: url(grafix/dynamisk.png);
	background-repeat: no-repeat;
/* hide for IE 5 mac \*/
	position: relative;
/* end IE 5 hack */ 
	text-align: center;
	width: 300px;
	height: 100px;
	margin: 0px auto;
}

#content h1, #content p {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
	visibility: hidden;
}