@charset "utf-8";
#Col2Info {
	position:relative;
	width:825px;
	height:493px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-align: center;
	color: #F00;
}
img.bg {
		min-height: 100%;
		min-width: 800px;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		}
		
		@media screen and (max-width: 1024px){
img.bg {
		left: 50%;
		margin-left: -512px; }
}