body {
  background: #000000 url(../images/bg3_neu.jpg) repeat;
  /*background-color: #222222;*/
  color: #FFFFFF;
}

article {
  border-radius: 7px 7px 7px 7px / 9px 9px 9px 9px;
  padding: 10px 22px 10px 22px;
  background-color:rgba(0,0,0,0.7);
  margin-bottom: 15px;
  behavior: url(../ie-css3.htc);
}

#page {
  width: 968px;
  margin: 0 auto 0 auto;
}

#header {
  height: 50px;
  margin: 50px 0 45px 0;
}

#logo {
  width: 350px;
  height: 50px;
  display: inline;
  float: left;
  margin-left: 20px;
}

#navigation {
  padding: 23px 0 0 80px;
  display: inline;
  float: left;
}

#cycle {
  border-radius: 7px 7px 7px 7px / 9px 9px 9px 9px;
  border: 15px solid white;
  height: 300px;
  background-color: white; 
  behavior: url(../ie-css3.htc);
}

#links {
  float: right;
  line-height: 0;
}

#pagetitle {
  background-color: black;
  margin-top: 15px;
  padding: 15px 22px 15px 22px;
  display: none;
}

#content {
}


#footer {
  border-top-left-radius: 7px 9px;
  border-top-right-radius: 7px 9px;
  margin-top: 15px;
  padding: 10px 22px 10px 22px;
  background-color:rgba(0,0,0,0.7);
  behavior: url(../ie-css3.htc);
}

.sidebar-first {
  float: right;
  width: 200px;
  height: 300px;
  margin-right: -215px;
  position: relative;
  display: none;
}

.wireframes {
  /*border: thin solid gray;*/
}

.clearfix {
  clear:both;
}
