@charset "utf-8";

#topImageContainer {
	height: 288px;
	width: 100%;
	background-color: black;
	background: url('./common/images/top_image_bg.jpg') repeat-x center;
	text-align: center;
}

#topImage {
	height: 288px;
	width: 100%;
	background: url('./common/images/top_image.jpg') center center no-repeat;
}


