.sidebar {
	position: absolute;
	left: -4px;
	top: 25px;
	right: 100px;
	bottom: 400px;
	height: 375px;
	width: 100px;
	text-align: center;




}
.main {
	position: absolute;
	left: 100px;
	top: 0px;
	right: 750px;
	bottom: 400px;
	text-align: center;
	height: 400px;
	width: 650px;




}
.column1of2 {
	text-align: center;
	position: absolute;
	height: 325px;
	width: 325px;
	left: 100px;
	top: 75px;
	right: 425px;
	bottom: 400px;
}
.column2of2 {
	text-align: center;
	position: absolute;
	height: 325px;
	width: 325px;
	left: 425px;
	top: 75px;
	right: 750px;
	bottom: 400px;
}
.column1of3 {

	text-align: center;
	position: absolute;
	height: 325px;
	width: 217px;
	left: 100px;
	top: 75px;
	right: 317px;
	bottom: 400px;
}
.column2of3 {


	text-align: center;
	position: absolute;
	height: 325px;
	width: 216px;
	left: 317px;
	top: 75px;
	right: 533px;
	bottom: 400px;
}
.column3of3 {



	text-align: center;
	position: absolute;
	height: 325px;
	width: 217px;
	left: 533px;
	top: 75px;
	right: 650px;
	bottom: 400px;
}
