html {
margin: 0px;
padding: 0px;
font-family: "Duru Sans", sans-serif;
}

body {
        padding: 0px;
         margin: 0px;
         width: 100%;
         min-width: 990px;
         width: 100%;
}

div#header {
	float: left;
         position: fixed;
         top: 0px;
         left: 0px;
         min-width: 990px;
         width: 100%;
         height: 150px;
         box-shadow: 0px 2px 2px #000000;
         background: url("img/BG_header.jpg") repeat-x;
         z-index: 999;
}


div#body {
	float: left;
         width: 100%;
         margin-top: 150px; /*height of header*/
         background: #EFEFEF url("img/BG_pagebg2.jpg") repeat-y top center;
}


div#footer {
         display: block;
         float: left;
         width: 100% !important;
         min-width: 990px;
         margin: 0px;
}