html,body {
   	margin: 0px;
   	padding: 0px;
	height: 100%;
   	width: 100%;
   	border-right: 0px;
   	border-left: 0px;
   	border-top: 0px;
   	border-bottom: 0px;
   	}

#global{
   	margin-right: 0px;
   	margin-left: 0px;
  	margin-top: 0px;
   	margin-bottom: 0px;
   	padding: 0px;
   	border-right: 0px;
   	border-left: 0px;
   	border-top: 0px;
   	border-bottom: 0px;
	height: 100%;
	width: 100%;
   	}
