#layoutLogic {
	background-color: #fff;
	color: #000; 
	width: 740px;
	position: absolute; 
}
.page {
	background-color: #fff; 
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}
.section {
	margin: 0;
	width: 100%;
}
.col-A, .col-B {
	margin-top: 10px;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
}
.col-A {
	z-index: 10;
	width: 175px;
	height: 500px;
	color: #fff;
	background-color: #000;
}
.col-B {
	z-index: 20;
	width: 545px;
	text-align: justify;
	padding: 10px;
}
.clear {
	clear: both;
}
.page > .section {
	border-bottom: 1px solid inherit;
}
