* { padding: 0; margin: 0; }

#container{ 
  margin: 0 auto;
  width: 922px;
 }
 #header {
   margin-top:200px;
   font-size: 120%;
   width: 900px;
   border-bottom: 1px black solid;
   /*  height: 356px;*/
   text-align:center;
}

#header a {
  text-decoration:none;
  color: #000;
}

#wrapper {
  width:905px;
  display:block;
margin-top: 10px;
margin-bottom: 10px;

}
#stageOne{
  width:300px;
  border:none;
  float:left;
}
#One{
  clear:both;
}
#FPimg img{
  border:none;
}
#FPdescr{
  padding:10px;
}
#stageTwo{
  width:300px;
  float:left;
  border-left: 1px black solid;
  border-right: 1px black solid;
}
#Two{
  clear:both;
}
#JPimg img{
  border:none;
}
#JPdescr{
  padding:10px;
}
#stageThree{
  width:300px;
   float:right;
}
#Three{
  clear:both;
}
#KOimg img{
  border:none;
}
#KOdescr{
  padding:10px;
}
#extra{
  text-align:center;
  clear:both;
}
#footer{
  font-size: 80%;
  width: 900px;
  border-top : 1px black solid;
  text-align:center;
}

#footer a {
  text-decoration:none;
  color: #000;
}

.noblock img {
  border:none;
  text-decoration:none;
  color:#000;
}
