/* Validated by W3C CSS Validation Service */

* { margin: 0; padding : 0 ;  }


html, body { height: 100%; ; background : aqua}

#wrapper 
{ 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

#hdr { height: 193px; background : aqua }

#ftr { height: 30px; background : yellow }


#nav { float : left ; width : 160px ; background : aqua  }

#news { float : right ; width : 200px ; background : aqua }

#txt { margin : 0 200px 0 160px ; background : aqua }



