body {

     margin: 0;

     padding: 0;

     background-color:#FB9632;

     background-image: url(images/background.jpg);

     background-repeat: repeat-x;

     height:100%;

     }

 
#sun {

     z-index:1 !important;

     behavior: url(images/iepngfix.htc);

     position:absolute !important;

     background:url(images/shared/sun_bg.png) top right no-repeat;

     width:1000px;

     height:580px;

     top:0px;

     right:0px;

}

 

 

#top_right {

     z-index:0;

     position:absolute !important;

     background:url(images/top_right.png) top right no-repeat;

     width:419px;

    height:871px;

     top:0px;

     right:0px;

}

 

#bottom_left {

     z-index:0 !important;

     position:absolute !important;

     background:url(images/bottom_left.png) bottom left no-repeat;

     width:350px;

     height:601px;

     bottom:0px;

     left:0px;

}

 

#backgroundFix {
    z-index:1000 !important;

    position:relative;

    height: expression( this.scrollHeight < 2000 ? "100%" : "auto" ); /* sets min-height for IE */

    min-height:100%;

    width:100%;

}

 .topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formtext{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
