html{
    height:100%;
	overflow : hidden;
}
body {
    height:100%;
	background-color: #f4fcdd;
	margin: 0px;
	padding: 0px;
	/* background-image: url(../img/pre_back.gif);
	background-repeat: repeat-x;
	background-position: top; */
}
div#container{
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main{
}
#foot{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align: center;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}
img {
	background-color: #FAF4EC;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
