/* RESET HTML TAGS */ 
  *{margin:0;padding:0;}

  body, h1, h2, h3, h4, h5, h6, a,input, select, textarea{font:12px/1.2em  Arial, "Trebuchet MS", Helvetica, Sans-serif;font-weight:normal;color:#000;}

  img{border:none;}

  a{outline:none;}

  ul, ol{margin:0 0 0 20px;}

  dd{margin:0 0 0 20px;}

  select option{padding:0 3px;}

  hr{display:none;}

  fieldset{border:none;}
/* END RESET HTML TAGS */ 

/* GENERAL STRUCTURE */ 
	body{text-align:center;}
	
	#global{position:relative;width:100%;text-align:left;margin:0 auto;}
	
	#top, #middle, #bottom{position:relative;width:100%;clear:both;}
/* END GENERAL STRUCTURE */ 

/* HACKS */ 
  .bf:after{content:".";display:block;visibility:hidden;clear:both;font-size:0px;line-height:0px;height:0px;width:100%;margin:0;padding:0;}
/* END HACKS */ 

