 
html
{
  
	margin-top:0px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: auto;
  
}
body 
{
   background:#FFFFFF;
  font-family : arial;
  font-size : 12px;
	text-align:center;
}

html>body #global 
{
  height: auto;
  min-height: 200px;
}
#global
{
  background:#FFFFFF;
  margin-top:0px;
  position:relative; 
  margin-left:auto;
 	margin-right:auto;
 	padding-top:0px;
 	padding-bottom:0px;
 	padding-left:0px;
 	width:780px;
 	border:2px solid #000;
 	padding-bottom:30px;
}

h1
{
  font-size: 24px;
  color:#000;
}
.sep
{
  margin:6px;
}

#ProgressBar_ext 
{ 
	background-color: transparent;
	border: 1px solid black;
	width: 300px;
}
#ProgressBar_extin 
{ 
	background-color: black;
	height: 30px;
}
#ProgressBar_in 
{ 
	color: white;
	text-align: center;
	padding-top: 5px; 
}
