/* CSS Document */
*{
  padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	
}
html{
  width:100%;
  height:100%;

}
body{
  width:100%;
  height:100%;
  position:relative;
  background-image:url(fondodegrade.jpg);
  background-attachment:fixed;
  text-align:center;

}
#global{
  width:100%;
  height:100%;
  position:relative;

}
