/**
 * home.css
 * Styles for home page
 **/

#feature-player {
	min-width: 1024px;
	min-height: 700px;
}

#backdrop-corner-left, #backdrop-corner-right {
	display: none;
}

#body-content,
#feature-player {
/*	overflow: hidden; */ /* removed for IE8 */
	width: 100%;
	height: 100%;
}

* html #body-content,
* html #feature-player {
	overflow: hidden; /* added for IE6 only */
	}
	
#body-content {
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 700px;
}