@charset "utf-8";
body {
	background-attachment:scroll;
}
.HomeDesignBackground {
	position:absolute;
	z-index:9;
		width:100%;
		height:211px;
		top:290px;
	background:url(../fw/CSSSprite_Home.png) no-repeat center -75px;
}
.HomeDesign {
	position:absolute;
	z-index:10;
		top:0;
		left:50%;
		width:980px;
		margin-left:-490px;
		min-height:500px;
}
.FlashHomePage,
.FlashHomePage img {
	width:960px;height:325px;
}
.FlashHomePage {
	margin:100px auto 0;
}
.HomeContent {
	min-height:250px;
	background:url(../fw/HomeFaders.png) repeat-x top;
	width:960px;
	margin:0 auto;
}
.SpriteButtonM.PlayNowLarge {
	background-image:url(../fw/CSSSprite_Home.png);
	width:287px;
	height:70px;
	margin:0 0 40px;
}
.SpriteButtonM.PlayNowLarge:hover { background-position:-287px 0; }
.SpriteButtonM.PlayNowLarge:active { background-position:-574px 0; }
.InfoSections {
	color:White;margin-bottom:40px;
}
.InfoSections .Section {
	padding:0 20px;float:left;width:280px;
	background:url(../fw/VerticalDottedWhite.png) repeat-y left;
}
.InfoSections .first.Section {
	background:none;
}
.InfoSections h1 {
	margin:0;
	width:280px;height:54px;background:no-repeat bottom left;
}
.InfoSections h1 span {
	display:none;
}
.InfoSections h1 { background:url(../fw/CSSSprite_Home.png) no-repeat; }
.InfoSections .Outfit h1 { background-position:0 -290px; }
.InfoSections .Adventure h1 { background-position:-280px -290px; }
.InfoSections .Encounter h1 { background-position:-560px -290px; }
.InfoSections p {
	line-height: 1.5em;
}