 
html
{
	margin-top:0px;
	/*
  text-align:center;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: auto;
  */
}
body 
{

  font-family : arial;
  font-size : 12px;
	text-align:center;
}

html>body #global 
{
  height: auto;
  min-height: 200px;
}
#global
{
  margin-top:0px;
  position:relative; 
  margin-left:auto;
 	margin-right:auto;
 	padding-top:0px;
 	padding-bottom:0px;
 	padding-left:0px;
 	border:0px solid #000;
}

.tumevoispas
{
 visibility: hidden;
}

.tumevois
{
 visibility: visible;
 font-size : 200%; 
 background-color: #DAEDFC;
 width: 300px;
 height: 40px;
}
