#home {
	width:100%;
	height:440px;
	background:url(/images-new/home_background.jpg) repeat-x;
}

#headlineWrapper {
	background:url(/images-new/goingsolar-background.jpg) top center no-repeat;
	height:440px;
}

#headline1 {
	display:block;
	background:url(/images-new/goingsolar.png);
	height:440px;
	width:940px;
	margin:0 auto;
	position:relative;
}

.headline>h1, .headline>p { display:block; text-indent:-999em;}

#wildcard {
	position:absolute;
	top:100px;
	right:0px;
	background:#0b9fd6;
	width:300px;
}

#wildcard h2 {
	background:#f58220;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	padding:10px;
}

#wildcard h2 a { color:#ffffff;}

a.video {
	display:block;
	height:50px;
	width:50px;
	position:absolute;
	top:100px;
	left:120px;
	background:url(/images-new/sprites.png) -810px 0;
}

a.video:hover { background-position:-810px -50px;}
a.video:active { background-position:-810px -100px;}

#wildcard img { margin:10px; border:2px solid #ffffff;}
#wildcard p { padding:10px;}

#explore {
	display:block;
	position:absolute;
	bottom:15px;
	right:-5px;
	width:305px;
	height:70px;
}

#explore a {
	display:block;
	height:100%; 
	width:100%;
	text-indent:-999em;
	background:url(/images-new/sprites.png) -180px -410px;
}

#explore a:hover { background-position:-180px -480px;}
