html, body,#global {
	height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;

}
#global {
 margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 70%;

 }
#content {

background-color:#FFEECC;
   position:relative;
   top: 50%;
   margin-top:-150px;
   left: 0px;
   width: 300px;
  height: 300px;
   text-align: center;
   vertical-align:middle;
   

}
#wrapped {

background-color:#ffcc00;
   position:relative;
   top: 45%;
  
   

}
.centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding:20px;
	color: #5B5B5B;
}
.centro a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #8AC600;
	text-decoration: none;
}
.bottomline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C3C3C3;
	text-align: center;
}
.leftline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
