.upperLeft {
	position: absolute;
	height: 100px;
	width: 1024px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
}
.sideLeft {
	position: absolute;
	height: 800px;
	width: 150px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
}
