#Menu {
	background-color:transparent;
}
#Body {
	height: 460px;
}
#Body #IntroPage {
	position: relative;
	float: left;
	width: 580px;
	height: 100%;
	font-size: 80%;
}
#Body #IntroPage #PageFoot{
	display:none;
}

#SubIntro {
	position: absolute;
	right: 10px;
	top: 160px; 	/* Skulle hellre använda bottom men det fungerar dåligt i Mac IE i det här fallet. */
	width: 550px;
	z-index: 100;
}

#SubIntro .IntroHeadline{
	color: #FFFFFF;
	font-size: 320%;
	font-weight: normal;
	font-family: "Bosis Medium", "Lucida Grande", "Trebuchet MS";
}
#SubIntro .IntroContent{
	height: 210px;
	border: 3px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 10px;
	overflow: visible;
}

	#Footer{
		background-image:none;;
	}


