
body {
  margin: 0 auto;
  color: #666666;
  background-color: #FFFFFF;
  font-size: 14px;
}

.header {
  width: 100%;
  height: 110px;
  background-color: #FFFFFF;
  position: fixed;
  border-bottom: 1px solid #EEEEEE;
}

.head {
  margin: 10px auto;
  width: 1000px;
}

.screen {
  height: 370px;
  background-image: url('images/screenshot.png');
  background-attachment: fixed;
  background-position: center 110px;
  background-repeat: no-repeat;
  background-color: #F1F1F1;
}

.logo {
  width: 90px;
  height: 90px;
  background-color: #F1F1F1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.logo img {
  border: 0px;
  margin-top: 10px;
}

.top {
  text-align: right;
  display: inline-block;
  margin-top: 20px;
  float: right;
}

.top_entry {
  font-size: 20px;
  margin: 0px 20px;
  font-family: Arial,Helvetica,sans-serif;
}

.top_entry img {
  vertical-align: middle;
}

.info {
  width: 100%;
  background-color: #FFFFFF;
}

.content {
  width: 1000px;
  margin: 0px auto;
  padding: 5px;
}

.content_image {
  float: left;
  width: 100px;
  display: inline-block;
}

.content_text {
  text-align: justify;
  float: right;
  width: 800px;
  padding: 10px;
  text-shadow: 1px 0px 0px #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
  color: #444444;
}


br.clear {
  clear: both;
}

a {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: none;
}

a img {
  border: 0px;
}
