html {
  height: 99.9%;
}
body {
  height: 99.9%;
  background-color: #ffffff;
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#ffffff;  
  padding:0px;
  margin:0px;  
  min-height:100%;
}
#flash {
  position: absolute;
  top: 53px;
  left: 30px;
  width:330px;
  height:260px; 
}
#top_left_bgr {
  position: absolute;
  top: 0px;
  left: 0px;
  width:411px;
  height:332px;
  background: url('/gif/top_left_bgr.jpg') top left no-repeat;  
}
#bottom_left_bgr {
  position: absolute;
  left: 225px;
  bottom: 0px;
  width:355px;
  height:173px;
  background: url('/gif/bottom_left_bgr.jpg') top left no-repeat;
}
#bottom_right_bgr {
  position: absolute;
  right: 0;
  bottom: 0px;
  width:223px;
  height:218px;
  background: url('/gif/bottom_right_bgr.jpg') top left no-repeat;
}
#portfolio {
  position:absolute;
  top: 5%;
  right: 5%;
  width:496px;
  height:381px;
  background: url('/gif/portfolio_bgr.gif') top left no-repeat;
}
#about {
  position:absolute;
  bottom: 96px;
  left: 7%;
  width:349px;
  height:269px;
  background: url('/gif/about_bgr.gif') top left no-repeat;
}
#contacts {
  position:absolute;
  top: 70%;
  left: 48%;
  width:252px;
  height:199px;
  background: url('/gif/contacts_bgr.gif') top left no-repeat;
}
#design_studio {
  position: absolute;
  top: 0px;
  left: 62px;
}
#copyright {
  position: absolute;
  bottom: 0px;
  left: 62px;
  width:258px;
  height:69px;
  text-align:center;
  color:#707070;
  font-size:8pt;
  font-weight:bold;
  background:url('/gif/copyright.gif') left top no-repeat;
}
a { 
  color: #86B233;
  text-decoration: none; 
}
img.div_head {
  margin: 23px 0px 10px 30px;
}
div.div_text {
  width: 80%;
  height: 67%;
  margin: 0px 5px 5px 34px;
  padding-right:5px;
  overflow: auto;
  /* scrollbar-face-color:#628127; */
  scrollbar-face-color:#ffffff;
  scrollbar-arrow-color:black;
  scrollbar-track-color:#424242;
  scrollbar-shadow-color:#628127;
  scrollbar-highlight-color:#424242;
  scrollbar-3dlight-color:#424242;
  scrollbar-darkshadow-Color:#424242;

}
div.div_text h1 {
  font-size:17px;
  font-weight:bold;
  margin: 0px 0px 5px 5px;
}
div.div_text div.item {
  float:left;
  width:50px;
  height:50px;
  border: solid 1px #86B233;
  margin:5px;
}
input.text {
  width: 162px;
  height:17px;
  border:solid 1px #424242;
  font-size: 8pt;
}
textarea.text {
  width: 162px;
  height:66px;
  border:solid 1px #424242;
  overflow:hidden;
  font-family: Tahoma, arial, sans-serif;
  font-size: 8pt;
}
input.submit {
  width: 27px;
  height:15px;
  font-size: 1px;
  border: none;
  background: url('/gif/submit_bgr.gif') top left no-repeat;
}
input.reset {
  width: 27px;
  height:24px;
  font-size: 1px;
  border: none;
  background: url('/gif/reset_bgr.gif') top left no-repeat;
}

