﻿body
{
    background-color: #24302A;
    overflow-y: hidden;
}

#leftArea
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom : 0px;
	width: 170px;
	height: 100%;
	background-color : #222222;
}
#centerArea
{
	position: absolute;
	left : 170px;
	top: 0px;
	bottom : 0px;
	width: 85%;
	height: 100%;
	background-color: #24302A;
}