
body{
}

#siteContent {
	position:relative;
	z-index:10;
}
#background {
	height:100%;
	left:0;
	position:absolute;
	top:0px;
	width:100%;
	z-index:0;
	
}
#animationBackground {
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
#clouds, #wrapper{
	background:none;
}

#siteFooterOuter, #push{
	display:none;
}


/* house panel */
#housePanel {
	height: 399px;
	background:transparent url('/images/homepanels/theHouse.png') no-repeat top left;
	width:512px;
	margin:40px auto;
}
#housePanelInner{
	color:#000;
	font-size:1.2em;
	position:relative;
}
#noFlash{
	padding:50px;
}
#installFlash{
	padding:20px;
	text-align:center;
}

#Alternatives{
	color:#fff;
}

#Alternatives ul{
	margin-left:10px;
	list-style:none;
	padding-top:10px;
}
#Alternatives li{
	padding:5px 10px 0px 30px;
	font-weight:bold;
	background:transparent url('/images/homepanels/bullet.png') no-repeat left 6px;

}
