@charset "UTF-8";
body {
	background: #202626 url(../imgs/bg.jpg) repeat-x center top;
	margin: 0px;
}
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
}
#flowPlr {
	width: 950px;
	margin-top: -650px;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	display: block;
	position: relative;
	background: url(../imgs/flowPlr.png) no-repeat center top;
	z-index: -10;
}
#flowPlr #inSide {
	/*background: #000000;*/
	top: 125px;
	margin-left: 115px;
	height: 384px;
	width: 718px;
	position: relative;
}
