.background {position:absolute;background:rgb(212,189,157);top:0px;height:312px;width:100%;z-index:0;}
#page .top{background:url(../img/title.jpg) top center no-repeat;height:494px;z-index:10;}
#page .bottom{height:23px;background:url(../img/bottom.gif) top center no-repeat;clear:both;}
#page {background:url(../img/bg.gif) top center repeat-y;z-index:10;}

.step  {background:url(../img/step.gif) 100px 20px no-repeat ;height:494px;}
.bones {background:url(../img/bones.gif) no-repeat 95% top  ;}

#menu {color:white;background:url(../img/menu_btm.gif) bottom no-repeat  rgb(244,168,2); width:256px;  float:left;margin-top:0;}
#menu ul {list-style:none;padding:0;margin:10px;margin-bottom:130px;}
#menu a {color:white;font-size:11pt;}
.copy {margin-top:34px;text-align:center;color:white;}

form {margin:0;padding:0;}

#main {background:url(../img/bg_top.gif) top center repeat-x;min-width:1000px;}
 
.menu_mrg {margin-left:28px;}

#content {margin:0 auto;width:1000px;}
.in1 {margin:0 200px 0 300px; color:rgb(244,168,2); }

body {margin:0;font-family:calibri,Myriad Pro,arial;background:#f6f7f8;}
#footer {background:url(../img/long_dog.gif) left bottom no-repeat;}
#footer .foot_dog{background:url(../img/long_dog.gif) right bottom no-repeat;}
#footer .foot_dog_bg{background:url(../img/long_dog_bg.gif) left bottom repeat-x;height:175px;margin:0 115px 0 127px;}
.google {padding-top:10px;margin:0 auto;width:400px;}
* html  div#main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}
* html  div.footer 
{
    width:expression(
        (document.compatMode && document.compatMode == 'CSS1Compat')
        ?
        (
            document.documentElement.clientWidth < 1000
            ?
            "1000px"
            :
            "auto"
        )
        :
        (
            document.body.clientWidth < 1000
            ?
            "1000px"
            :
            "auto"
        )
    );
}