html,
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#fdf7ea;
	height:100%;
	
}

#container {
   min-height:100%;
   position:relative;
}

#container {
   height:100%;
}

#body {
   padding:10px;
   padding-bottom:143px;   /* Height of the footer */
}

#header {
height:62px;
width:100%;
background-image:url(images/header_bg.gif);
}

#footer {
height:143px;
width:100%;
background-image:url(images/bottom_bg.gif);
position:absolute;
bottom:0;
overflow-y:hidden;
}

#logo {
position:absolute;
left:35px;
top: 1px;
width:123px;
height:122px;

}
body>#logo {position: fixed; } 

/*#join {
	position:absolute;
	left:35px;
	top: 118px;
	width:524px;
	height:23px;
}
body>#join {position: fixed; } */

#phone {
	position:absolute;
	left:160px;
	top: 47px;
	width:419px;
	height:18px;
}


#clientimage {
	height:311px;
	width:157px;
	background-image:url(images/clients.gif);
	left:215px;
	position:relative;
	top:80px;
}

#flashcontent {
	height:460px;
	width:690px;
		margin-right:auto;
	margin-left:auto;
	position:relative;
	top:50px;
}

#mailing {
	height:150px;
	width:270px;
	left:215px;
	position:relative;
	top:80px;
}

#story {
	height:490px;
	width:404px;
	background-image:url(images/frankcaters_story.gif);
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:40px;
}

#homeimage {
	height:360px;
	width:366px;
	
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:80px;
}

/*#boxes {
	height:137px;
	width:100%;
	position:relative;
	top:0px;
	text-align:right;	
}*/

img, div { behavior: url(jscripts/iepngfix.htc) }

#nav{
z-index: 1; 
top: 50px; 
right:53px;
height:55px;
width:64px;
text-align:right;
position:absolute;
}
body>#nav {position: fixed; } 
