* {
  margin: 0px;
  padding: 0px;
}
body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCC;
  background: #FFF url(img/bg.jpg) repeat-x;
  background-position: 100% 100%;
}
h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 2px 0 2px 10px;
  width: 425px;
  background: #333;
  color: #CCC;
  font-size: 12px;
}
p {
  padding: 5px 10px 5px 10px;
}
img {
  margin-top: 5px;
  border: 1px solid #000;
}
#top {
  width: 100%;
  height: 10px;
  background: #999;
}
#container {
  margin: 0 auto;
  width: 850px;
  text-align: left;
}
#logo {
  position: relative;
  z-index: 3;
  margin-top: -8px;
  margin-bottom: -10px;
  width: 269px;
  height: 53px;
  background: url(img/logo.png) no-repeat;
  float: left;
}
#menu {
  margin-top: 2px;
  width: auto;
  float: right;
}
ul {
  list-style: none;
}
li {
  text-align: right;
  float: left;
}
#menu li a {
  display: block;
  border-right: 1px dotted #CCC;
  padding-top: 12px;
  padding-right: 4px;
  width: 75px;
  color: #999;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover {
  border-right: 1px dotted #6CF;
  background: #F3F3F3;
  color: #666;
}
#worker {
  position: relative;
  z-index: 2;
  width: 750px;
  height: 205px;
  background: url(img/worker.jpg) no-repeat;
  clear: both;
}
#header {
  width: 750px;
  margin: auto;
  text-align: center;
}
#bgContent {
  position: relative;
  z-index: 1;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 20px solid #FFF;
  padding-bottom: 10px;
  margin-top: -160px;
  margin-bottom: 20px;
  width: 850px;
  background: #333;
}
#content {
  padding-top: 200px;
  width: 750px;
  margin: auto;
  text-align: center;
}
#language {
  padding-bottom: 2px;
  width: 750px;
  color: #999;
  text-align: right;
  font-size: xx-small;
}
#diagContent {
  margin-bottom: 5px;
  width: 750px;
  height: 10px;
  background: url(img/diagbg.gif) repeat-x;
}
#text {
  margin-right: 5px;
  margin-bottom: 50px;
  padding-bottom: 5px;
  width: 445px;
  min-height: 306px;
  background: #666;
  text-align: left;
  float: left;
}
#text img {
  margin-left: 10px;
}
#text a:hover img {
  border: 1px solid #FFF;
}
#text a {
  color: #FFF;
  text-decoration: none;
}
#text a:hover {
  text-decoration: underline;
}
#prospect {
  margin-bottom: 50px;
  padding-bottom: 5px;
  width: 300px;
  background: #CCC;
  float: right;
}
#prospect a:hover img {
  border: 1px solid #FFF;
}
#diagFoot {
  width: 750px;
  height: 10px;
  background: url(img/diagbg.gif) repeat-x;
  clear: both;
}
#line {
  margin-top: 2px;
  width: 750px;
  height: 10px;
  background: #999;
}
#footer {
  font-size: xx-small;
  color: #999;
}
#footer li a {
  margin-right: 5px;
  color: #999;
  font-size: xx-small;
  text-decoration: none;
}
#footer li a:hover {
  text-decoration: underline;
}
