body {
	padding: 0;	
}

#wrapper {
	position: relative;
	width: 935px;/*975*/
	padding: 0 20px 230px 20px;
	margin: 0 auto;
	background: #f7f8f9;
	background-image: url("/i/bg-image.jpg");
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.box {
	position: relative;	
	background-color: #97bf11;
	margin: 0 0 20px 0;
}

	.box .top-box,
	.box .bottom-box {
		position: absolute;
		height: 5px !important;
		font-size: 0;
		line-height: 0;
		margin: 0;
		padding: 0;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	.box .top-box { top: 0; left: 0; }
	.box .bottom-box { bottom: 0; left: 0; }
	
	
	
	

#footer {
	clear: both;
}