body
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

#top-bg
{
	background-image: url("../media/top-bg.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 175px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 0;
}

#top
{
	background-image: url("../media/top.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 204px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

#left
{
	background-image: url("../media/left.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 142px;
	z-index: 0;
}

#menu-main
{
	height: 200px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 204px;
	width: 150px;
	z-index: 20;
}

#content
{
	height: 65%;
	left: 180px;
	margin: 0;
	overflow: auto;
	padding: 0 20px 0 0;
	position: absolute;
	top: 220px;
	width: 80%;
	z-index: 10;
}
