html {
	height: 100%;
	margin: 0px; 
	padding: 0px;
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}
	
body {
	height: 100%;
	margin: 0px; 
	padding: 0px;
	background: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow-y: scroll;
}

#meny {
z-index: 90;
background: #da0046;
width: 500px;
position: absolute;
bottom: 0px;
left: 50%;
margin-left: -250px;
font-family: "Trebuchet MS";
font-size: 9px;
color: #ffffff;
text-align: center;
padding: 3px 0px;
text-transform: uppercase;
letter-spacing: 0.2em;
}
#meny a {
color: #ffffff;
text-decoration: none;
}
#meny a:hover {
color: #ffffff;
text-decoration: underline;
}

#logo {
position: absolute;
left: 50px;
top: 50px;
z-index: 20;
}

#text {
position:absolute;
left: 60px;
top: 180px;
width: 300px;
font-family: "Trebuchet MS";
font-size: 10px;
z-index: 22;
}

#flashcontainer{
	position: fixed;
	 width: 100%;
  height: 100%;
  background: #ffffff;

	}

#flashcontent{
position: fixed;
 width: 100%;
  height: 100%;
  _top:expression(eval(document.body.scrollTop));
    _position:absolute;
      top:0;
        left:0;
          margin:0;
  padding:0;
background: #ffffff;


				}
 
!--[if gte IE 5.5]
!--[if lt IE 7]

CSS:

div#flashcontent {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
right: auto; bottom: auto;
left: expression( ( -20 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( -10 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div#flashconainer {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
right: auto; bottom: auto;
left: expression( ( -20 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( -10 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}



![endif]
![endif]--


