@charset "utf-8";
/* CSS Document */
/**************fonts********************/

#myProgress {
  width: 100%;
  height:100%;
}

#containerBar{
  position: absolute;
  height:30px;
  width: 100%;
  margin:auto;
  top:0;
  bottom:0;
  left:0;	
  border-top:1px solid #c69f3e;
  border-bottom:1px solid #4f8c8b;
  opacity:0.5;
}

#myBar {
  position: absolute;
  height:30px;
  width: 1%;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
}

#Loading {
  position: absolute;
  height:40px;
  width: 100%;
  margin:auto;
  top:150px;
  bottom:0;
  left:0;
  font-family:TitilliumThin;
  font-size:20px;
}

.clear {
	clear: both;
}