﻿
html{
	height: 1100px;
	background: none;
}
#container{
	position: absolute;
	left: 35px;
}
#bg{
	position: fixed;
	top: 0;
	left: 0;
	
	width: 1920px;
	height: 1200px;
	
	overflow: hidden;
	display: block;
	z-index: -1;
}
#bg img{
	position: absolute;
	top: 0;
	left: -400px;
	
	width: 1920px;
	height: 1200px;
	display: block;
}