#wrapper {
	position:relative;
	width:980px;
	height:650px;
	background:#cccada;
	margin:0 auto;
	border-radius:0 0 20px 20px;
}
#info {
	position:absolute;
	width:400px;
	height:auto;
	bottom:20px;
	right:20px;
	background:#ccc;
	border-radius:20px;
	padding:15px;
	box-shadow:10px 10px 20px #333;
}
#info h1 {
	margin:10px 0;
	color:#5d5d5d;
	font-size:22px;
}
#info p {
	margin:0 0 7px 0;
	color:#5d5d5d;
	font-size:15px;
}
#bg-body {
	width:100%;
	height:710px;
	z-index: 1;
	position: relative;
	background:#FFF;
	text-align:center;
/*
    min-width:970px;
	overflow:hidden;
	margin-top:-70px;
	padding:10px;
	overflow:hidden;
*/
}
#bg-body img {
	position: absolute;
/*
	position: fixed;
	margin-left:-500px;
*/
	left: 50%;
	margin-left: -750px;
	width:1500px;
	height:710px;
}