body {
   background-color: #B9C0D3;background-image: url('images/lamp.gif');
   text-align: center;
   margin: 0px;
}
.top_left1 {
   background-image: url(images/top_left1.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   height: 140px;
   width: 193px;
}
.top_center {
   background-image: url(images/top_center.gif);
   background-repeat: no-repeat;
   background-position: center bottom;
   width: 353px;
}
.top_right {
   background-image: url(images/top_right.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   width: 66px;
}
.middle_let {
   background-image: url(images/middle_left.gif);
   background-repeat: no-repeat;
   background-position: right bottom;
   height: 309px;
   width: 193px;
}
.middle_right {
   background-image: url(images/middle_right.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   height: 309px;
   width: 66px;
}
.center_black {
   width: 421px;
   background-color: #000000;
}
.bottom_let {
   width: 193px;
}
.bottom_right {
   width: 66px;
}
.bottom_middle {
   background-image: url(images/botttom_middle.gif);
   background-repeat: no-repeat;
   background-position: center top;
   height: 50px;
   width: 353px;
}
.content_area {
   background-image: url(images/content_area.gif);
   background-repeat: no-repeat;
   background-position: center top;
   height: 309px;
   width: 353px;
}
h1 {
   font-size: 18px;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
   font-family: Tahoma, Verdana, Arial;
}
.greenbox {
   background-color: #9DB843;
   border: 1px solid #566424;
}
