@charset "utf-8";
/* CSS Document */


/* this code is what allows the DIV to overlay the flash */

body{
background-color:#ffffff;	
background-image:url(bak.gif);
background-repeat:repeat-x;
padding: 0px 0px 0px 0xp;
margin:0px;
margin-top:2px;
}

#example_1_wrapper {
	position: relative; /* establish relationship with child elements */
	width: 970px;
	height: 400px;		
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding: 0px 0px 0px 0xp;
    margin: 0px 0px 0px 0xp;

}

#divIframe {
	overflow:hidden;
	padding: 0px 0px 0px 0xp;
    margin: 0px 0px 0px 0xp;
}

#example_1_flash {
overflow: hidden;
padding: 0px 0px 0px 0xp;
margin: 0px 0px 0px 0xp;


}



/* this code is for visual styling purposes and can be ignored */

div.wrapper { 
	width: 970px;
	height: 400px;		
	margin-left:auto;
	margin-right:auto;	
}

div.overlay {
	color: #FFF;
	text-align: center;
	width: 150px;
	padding: 1em;
	
}


<!--


#tilbakeKnapp {
text-align:right;	
margin-right: 100px;
}

#overFlash{
margin:0px;
}

#iframe{
border:none;
}
-->
