html, body {
      border:0;
      margin:0;
      padding:0;
      height: 100%;
      background: #F0F3DF url(images/main-bg.png) repeat-y center center;
      font-family: "trebuchet ms", verdana, arial, tahoma;
      font-size: 0.9em;
      color: #6C325D;
      line-height: 150%;
}

html{
	height: 100%;
    overflow-y:scroll;
}
   
#wrapper { 
         margin: 0 auto;
         width: 960px;
         position: relative;
         min-height: 100%;
         border: 0px solid #80FF00;
}

* html #wrapper{
                height:100%;
                width:961px;/* box model hack for ie5.+*/
                w\idth:960px;
}
    
#header {
        width: 960px;
        padding: 0px;
        border: 0px solid #ccc;
        height: 120px;
        margin: 0px;
}

#banner {
        width: 960px;
        padding: 0px;
        background: url(images/banner_02.png) no-repeat center;
        border: 0px solid #ccc;
        height: 150px;
        margin: 0px;
}

.bannertag {
         width:430px;
         float:left;
         border: 0px solid #FFFF00;
         margin: 30px 0px 0 50px;
}

#maincontainer { 
         float: left;
         width: 920px;
         padding: 0px;
         margin: 15px 20px 0 20px;
         height:auto;
         border: 0px solid #00FFFF;
}

#nav {
      background: #A7468D url(images/navback_01.png) no-repeat top;
      width: 200px;
      float: left;
      border: 0px solid red;
      padding: 20px 0px 0px 0px;
      margin:0 0 0 20px;
      height:auto;
}

#content {
         float: left;
         width: 600px;
         padding: 0px 0px 0px 0px;
         margin:5px 0 0 30px;
         text-align: justify;
         height:auto;
         border: 0px solid red;
}

#clearfooter{
             clear:both;
             height:120px;
             width:960px;
}

#footer{
        width: 960px;
		position: absolute;
		bottom: 0;
        height:100px;
        background: url(images/banner_04.png) no-repeat center;
        border: 0px solid #DDE6D7;
}