﻿
html{
	background: none;
}
#container{
	position: absolute;
	left: 350px;
}
#bg{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 1850px;
	height: 1020px;
	
	overflow: hidden;
	display: block;
	z-index: -1;
}
#bg img{
	position: absolute;
	top: 0;
	left: -200px;
	
	width: 1920px;
	height: 1200px;
	display: block;
}