body {
	margin: 0px;
	padding: 0px;
	background-color: #D0B39A;
}
img {
	border: none;
}
<!-- BEGIN BASE LAYERS -->
#title {
	background-image: url("images/title.gif");
	width: 110px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 130px;
	z-index: 10;
}
#gradTop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 120px;
	background-image: url("images/gradTop.gif");
}
#canvas {
	background-color: #FFFFFF;
	height: 350px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 1;
}
#gradBottom {
	position: absolute;
	left: 0px;
	top: 470px;
	z-index: 1;
	width: 100%;
	height: 120px;
	background-image: url("images/gradBottom.gif");
}
#sideColor {
	background-color: #AB6249;
	width: 220px;
	height: 350px;
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 2;
}
<!-- END BASE LAYERS -->

<!-- BEGIN LOG LAYERS -->
#regMenu {
	width: 100px;
	height: 100px;	
	background-color: #AB6249;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	left: 5px;
	top: 200px;
	z-index: 5;
}
#logMenu {
	width: 100px;
	height: 100px;	
	background-color: #AB6249;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	left: 5px;
	top: 340px;
	z-index: 5;
}
#logout {
	background-color: #FFFFFF;
	position: absolute;
	right: 15px;
	top: 420px;
	z-index: 5;
}
#logout a {
	color: #AB6249;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#logout a:hover {
	color: #555555;
}
<!-- END LOG LAYERS -->

<!-- BEGIN MENU LAYERS -->
#mainMenu {
	background-color: #FFFFFF;
	position: absolute;
	left: 250px;
	top: 130px;
	z-index: 5;
}
#mainMenu a {
	color: #AB6249;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #555555;
}

<!-- END MENU LAYERS -->

<!-- BEGIN TEXT LAYERS -->
#imgInst {
	color: #FFFFFF;
	position: absolute;
	top: 130px;
	left: 10px;
	width: 100px;
}
<!-- END TEXT LAYERS -->
