
html {
	 height: 100%;
     overflow-y:scroll;
}

body {
      border: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      background: #fff url(images/bg.jpg) repeat-x;
}

   
#wrapper {
          margin: 0 auto;
          padding: 0;
          width: 900px;
          position: relative;
          min-height: 100%;
          border: 0px solid #0000FF;
}          

* html #wrapper{
                height: 100%;
                width: 901px;/* box model hack for ie5.+*/
                w\idth: 900px;
}
        

#banner {
      width: 900px;
      height: 155px;
      float: left;
      border: 0px solid red;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
}

#nav {
      float: left;
      background: #fff url(images/background_02.jpg) no-repeat;
      width: 280px;
      padding: 200px 0px 0px 20px;
      margin: 0px 0px 0px 0px;
      border: 0px solid #C0C0C0;
}


#content {
         float: left;
         background: #fff url(images/content_bg.gif) no-repeat;
         width: 520px;
         padding: 20px 30px 0px 50px;
         margin: 15px 0px 0px 0px;
         border: 0px solid #C0C0C0;
}

#clearfooter {
             clear: both;
             background: #fff;
             height: 130px;
             width:900px;
             border: 0px solid #FFFF00;
}

#footer {
         background: #fff url(images/footer_bg.gif) no-repeat;
         width: 900px;
		 position: absolute;
		 bottom: 0;
         height: 100px;
}

.footleft {
           float: left;
           width: 70%;
           border: 0px solid #FF8000;
}           

.footright {
           float: right;
           width: 29%;
           border: 0px solid #00FF00;
           text-align: right;
}