body {
	background-color: #fcebf3;
}

a
{
color: white;
text-decoration: none;
}

a:hover
{
color: pink;
text-decoration: none;
}


.corner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 225px;
  height: 133px;
  z-index: 3;
  }
  
.undercorner {
  position: absolute;
  left: 0px;
  top: 133px;
  width: 161px;
  height: 103px;
  z-index: 3;
  }

.topbar {
  position: absolute;
  left: 225px;
  top: 0px;
  width: 575px;
  height: 133px;
  z-index: 3;
  }

.brownbar {
  position: absolute;
  left: 0px;
  top: 236px;
  width: 124px;
  height: 801px;
  z-index: 3;
background-image:url(/images/gmttec/brownbar.png);
  }

.flower {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 127px;
  height: 140px;
  z-index: 3;
  }

.logo1 {
  position: absolute;
  right: 20px;
  top: 9px;
  width: 262px;
  height: 79px;
  z-index: 3;
  }



.logo2 {
  position: absolute;
  left: 9px;
  top: 750px;
  width: 79px;
  height: 262px;
  z-index: 3;
  }

#menu {
	position: absolute;
	left: 195px;
	top: 110px;
	width: 610px;
	z-index: 3;
	font-family: Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	}

#footer {
	position: absolute;
	left: 150px;
	top: 970px;
	width: 600px;
	z-index: 3;
	font-family: Verdana;
	font-size:10px;
	color:#3d270b;
	text-align:center;
	}

.workarea {

margin-left: 124px;
margin-top: 150px;
width: 668px;
height: 770px;

overflow: auto;
	}