@import "style.css";
#body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(images/header_back.jpg);
}
#sidebar {
  border: 0;
  position: absolute;
  top: 0;
  right: 80px;
  height: 100%;
  bottom: 0;
  background: white;
  width: 167px;
}
#ptca-logo {
  position: absolute;
  right: 50px;
  top: 140px;
  z-index: 100;
}
#header {
  position: absolute;
  top: 195px;
  left: 35px;
  width: 650px;
  height: 150px;
  text-align: right;
}
#header h1 {
  overflow : visible;
  height : 91px;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  left : 30px;
}
#header h1 * {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb {
  position: absolute;
  top: 243px;
  height: 12px;
  display: block;
  width: 100%;
  border-top: 1px solid white;
}
.date {
  margin-left: 38px;
}
ul.flag-medium {
  position: absolute;
  top: 90px;
  left: 400px;
}
ul.flag-medium li {
	float: left;
	list-style: none;
	margin-left: 25px;
}
ul.flag-medium li a {
  display: block;
  cursor: pointer;
  width: 75px;
  height: 51px;
}
ul.flag-medium li i {
  display: none;
}
li.flag-medium-chinese {
  width: 75px;
  height: 51px;
  background: url(images/chinese_medium.png) no-repeat;
}
li.flag-medium-english {
  width: 75px;
  height: 51px;
  background: url(images/english_medium.png) no-repeat;
}
li.flag-medium-german {
  width: 75px;
  height: 51px;
  background: url(images/german_medium.png) no-repeat;
}
li.flag-medium-french {
  width: 75px;
  height: 51px;
  background: url(images/french_medium.png) no-repeat;
}
#content {
  position: absolute;
  top: 170px;
  left: 38px;
  width: 650px;
  color: #ffffff;
}
#footer {
  position: absolute;
  bottom: 10px;
  right: 87px;
  z-index: 150;
  left: auto;
  top: auto;
  text-align: center;
  width: 150px;
}
#sponsor {
  position: absolute;
  left: 25px;
  bottom: 20px;
  width: 150px;
  color: #ffffff;
}
