/* CSS Document */

#home {
	background: #000;
	width: 1280px;
	height: 544px;
	display: block;
	position:absolute;
	color: #999;
	top: 0px;
	left: 50%;
	margin-left: -640px;
}

#homeBg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1280px;
	margin-left: -640px;
	opacity: 0;
}

#homeBg2 {
	opacity: 0;
}