body{
  padding: 0;
  margin: 0;
}

#structure_above_top{

}

#structure_below_bottom{

}

#structure_outerFrame{
  width: 950px;
  margin: 10px;
  position: relative;
}

#structure_outerFrame_topLeft{
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
}

#structure_outerFrame_top{
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
}

#structure_outerFrame_topRight{
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
}

#structure_outerFrame_left{
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 10px;
}

#structure_outerFrame_right{
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 10px;
}

#structure_outerFrame_bottomLeft{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
}

#structure_outerFrame_bottom{
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

#structure_outerFrame_bottomRight{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
}

#structure_innerFrame{
  margin: 10px;
}

#structure_innerFrame_top{

}

#structure_innerFrame_middle{
  text-align: left;
}

#structure_innerFrame_left{
  float: left;
}

#structure_innerFrame_center{
  float: left;
}

#structure_innerFrame_right{
  float: right;
}

#structure_innerFrame_bottom{

}

