/* {{{ Main Feature */

body#home {
	background-image: url(background-tile.jpg);
}


body#home {
	background-position: top center;
	background-repeat: repeat-x;
}

#wrapper {
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
}

body#home.variation1 #wrapper { background-image: url(feature-background-1.jpg); }
body#home.variation2 #wrapper { background-image: url(feature-background-2.jpg); }
body#home.variation3 #wrapper { background-image: url(feature-background-3.jpg); }

#no-js-feature {
	background: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/feature-background-no-js.jpg) top center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	height: 557px;
	width: 948px;
	margin-left: -474px;
}

#main-feature h2 {
	margin-left: 5px;
	font-size: 200%;
}

#main-feature p {
	margin-top: 0;
	margin-right: 425px;
	margin-bottom: 10px;
}

#home #main-feature #feature-contents { min-height: 225px; }

* html #home #main-feature #feature-contents { height: 225px; /* Hack for IE6 */ }

#main-feature .download-other,
#main-feature p.download-other {
	margin-left: 30px;
	width: 285px;
	font-size: 70%;
}





