#sideBar {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 30%;
	height: 100%;
}

#mainArea {
	position: absolute;
	top: 0px;
	left: 30%;
	width: 70%;
	height: 100%;
	z-index: 10;
}

#item1 {
	position: relative;
	margin: auto;
	top: 5px;
}

#item2 {
	position: relative;
	margin: auto;
	top: 10px;
}

#item3 {
	position: relative;
	margin: auto;
	top: 20px;
}

#item4 {
	position: relative;
	margin: auto;
	top: 30px;
}

